summaryrefslogtreecommitdiffstats
path: root/arch/i386/include/asm/interrupt.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2010-10-071-0/+2
|
* x86: Change compiler optionsGraeme Russ2010-10-071-2/+0
| | | | | | | | | | | 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
* i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser2010-04-131-1/+1
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-131-0/+46
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>