]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sparc64: Add __arch64__ to CHECKFLAGS
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 06:14:52 +0000 (23:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 06:14:52 +0000 (23:14 -0700)
Otherwise sparse doesn't work.  The 32 vs. 64 header ifdef
used under arch/sparc/include/asm/ is:

#if defined(__sparc__) && defined(__arch64__)

And that doesn't work for sparse unless we give it __arch64__

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/Makefile

index b785a395b12f1d1793be9127898866cb6285e289..c7214abc0d84f9b8e2c4c591fc0256e77da1638e 100644 (file)
@@ -7,7 +7,7 @@
 # Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
 #
 
-CHECKFLAGS     += -D__sparc__ -D__sparc_v9__ -m64
+CHECKFLAGS     += -D__sparc__ -D__sparc_v9__ -D__arch64__ -m64
 
 # Undefine sparc when processing vmlinux.lds - it is used
 # And teach CPP we are doing 64 bit builds (for this case)