Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c19aa754f32ff1dd7cb8e96454f5eba95c20585e
Commit:     c19aa754f32ff1dd7cb8e96454f5eba95c20585e
Parent:     de372ecd80a42c4fb485c7232475301a18d05184
Author:     Haavard Skinnemoen <[EMAIL PROTECTED]>
AuthorDate: Mon Apr 30 17:15:46 2007 +0200
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Wed May 9 08:48:38 2007 +0200

    [AVR32] Use correct config symbol when setting cpuflags
    
    As Robert P. J. Day pointed out, the CONFIG_CPU_AT32AP7000 symbol
    wasn't used for anything. It should have been used to select the
    correct -mcpu= options for CFLAGS.
    
    -mcpu=ap7000 is the default anyway, so this patch shouldn't really
    make any difference, but it's always nice to do things correctly.
    
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 arch/avr32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile
index 6115fc1..dc6bc01 100644
--- a/arch/avr32/Makefile
+++ b/arch/avr32/Makefile
@@ -16,7 +16,7 @@ AFLAGS                += -mrelax -mno-pic
 CFLAGS_MODULE  += -mno-relax
 LDFLAGS_vmlinux        += --relax
 
-cpuflags-$(CONFIG_CPU_AP7000)  += -mcpu=ap7000
+cpuflags-$(CONFIG_CPU_AT32AP7000)      += -mcpu=ap7000
 
 CFLAGS         += $(cpuflags-y)
 AFLAGS         += $(cpuflags-y)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to