]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Change compiler options
authorGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:23 +0000 (20:03 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Thu, 7 Oct 2010 09:03:23 +0000 (20:03 +1100)
commit5c161653db3aa585f3e47a650ae177ba9ffb7232
tree3eed0f4ee3c40748601cf3430f4b590afaef977c
parent8ffb2e8f3365d9b80e8f7e5b7c0130b875e3b899
x86: Change compiler options

Change to:
 - reparam=3
 - no-from-pointer
 - no-stack-protector
 - preferred-stack-boundary=2
 - no-top-level-reorder

These options make the code a little smaller and faster
arch/i386/config.mk
arch/i386/cpu/interrupts.c
arch/i386/cpu/start.S
arch/i386/include/asm/interrupt.h