]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] reference_init fix
authorKeith Owens <kaos@ocs.com.au>
Wed, 20 Oct 2004 01:41:42 +0000 (18:41 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:41:42 +0000 (18:41 -0700)
Treat .pci_fixup entries the same as .init code/data.

Signed-off-by: Keith Owens <kaos@ocs.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/reference_init.pl

index b4e37dc3a944241980d7400a3b6e39a6d91ee683..23cea187a8573d9cd81ecbec1ef68d9769275241 100644 (file)
@@ -93,6 +93,8 @@ foreach $object (sort(keys(%object))) {
                     $from !~ /\.stab$/ &&
                     $from !~ /\.rodata$/ &&
                     $from !~ /\.text\.lock$/ &&
+                    $from !~ /\.pci_fixup_header$/ &&
+                    $from !~ /\.pci_fixup_final$/ &&
                     $from !~ /\.debug_/)) {
                        printf("Error: %s %s refers to %s\n", $object, $from, $line);
                }