]> Pileus Git - ~andy/linux/blobdiff - arch/m32r/kernel/vmlinux.lds.S
gpio/mxs: get rid of the use of cpu_is_xxx
[~andy/linux] / arch / m32r / kernel / vmlinux.lds.S
index c194d64cdbb9173912ba2962c4a185561a1e2ad4..018e4a711d7927cef577e347dac93fb3a22afd75 100644 (file)
@@ -44,6 +44,7 @@ SECTIONS
   EXCEPTION_TABLE(16)
   NOTES
 
+  _sdata = .;                  /* Start of data section */
   RODATA
   RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
   _edata = .;                  /* End of data section */
@@ -53,7 +54,7 @@ SECTIONS
   __init_begin = .;
   INIT_TEXT_SECTION(PAGE_SIZE)
   INIT_DATA_SECTION(16)
-  PERCPU(32, PAGE_SIZE)
+  PERCPU_SECTION(32)
   . = ALIGN(PAGE_SIZE);
   __init_end = .;
   /* freed after init ends here */