aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/include/asm
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:23 +1100
committerGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:23 +1100
commit5c161653db3aa585f3e47a650ae177ba9ffb7232 (patch)
tree3eed0f4ee3c40748601cf3430f4b590afaef977c /arch/i386/include/asm
parent8ffb2e8f3365d9b80e8f7e5b7c0130b875e3b899 (diff)
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
Diffstat (limited to 'arch/i386/include/asm')
-rw-r--r--arch/i386/include/asm/interrupt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/include/asm/interrupt.h b/arch/i386/include/asm/interrupt.h
index 07426fe6a..99ae8437b 100644
--- a/arch/i386/include/asm/interrupt.h
+++ b/arch/i386/include/asm/interrupt.h
@@ -41,6 +41,4 @@ void specific_eoi(int irq);
extern char exception_stack[];
-#define __isr__ void __attribute__ ((regparm(0)))
-
#endif