summaryrefslogtreecommitdiffstats
path: root/arch/i386/cpu/interrupts.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Add processor flags header from linuxGraeme Russ2011-02-121-1/+2
|
* x86: Add stack dump to register dumpGraeme Russ2011-02-121-0/+16
|
* x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2010-10-071-4/+19
|
* x86: Change compiler optionsGraeme Russ2010-10-071-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-061-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-131-0/+501
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
OpenPOWER on IntegriCloud