[PARISC] Add NOTES section
authorKyle McMartin <kyle@parisc-linux.org>
Mon, 27 Aug 2007 03:28:34 +0000 (23:28 -0400)
committerKyle McMartin <kyle@minerva.i.cabal.ca>
Mon, 27 Aug 2007 04:29:25 +0000 (00:29 -0400)
Bisected bizarre kernel-space nullptr dereference in udev to commit
18991197b4b588255ccabf472ebc84db7b66a19c, adding the NOTES section fixes
it.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/vmlinux.lds.S

index d4e6a93c8d9a60df2862b5dbe66b5fa87c7f9280..ee7a16eb6fdd833bc58938eb9678a645a8760065 100644 (file)
@@ -81,6 +81,8 @@ SECTIONS
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;
 
+  NOTES
+
   __start___unwind = .;         /* unwind info */
   .PARISC.unwind : { *(.PARISC.unwind) }
   __stop___unwind = .;