summaryrefslogtreecommitdiff
path: root/arch/i386/cpu/interrupts.c
Commit message (Collapse)AuthorAgeLines
* x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2010-10-07-4/+19
|
* x86: Change compiler optionsGraeme Russ2010-10-07-6/+1
| | | | | | | | | | | 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
* x86: Add register dump to crash handlersGraeme Russ2010-05-06-34/+180
| | | | | | | | Shamelessly steal the Linux x86 crash handling code and shove it into U-Boot (cool - it fits). Be sure to include suitable attribution to Linus Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser2010-04-13-0/+501
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>