|
@@ -8,12 +8,6 @@
|
|
|
* put it inside the section definition.
|
|
|
*/
|
|
|
|
|
|
-/* Don't define absolute symbols until and unless you know that symbol
|
|
|
- * value is should remain constant even if kernel image is relocated
|
|
|
- * at run time. Absolute symbols are not relocated. If symbol value should
|
|
|
- * change if kernel is relocated, make the symbol section relative and
|
|
|
- * put it inside the section definition.
|
|
|
- */
|
|
|
#define LOAD_OFFSET __PAGE_OFFSET
|
|
|
|
|
|
#include <asm-generic/vmlinux.lds.h>
|