summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/video-bios.c
Commit message (Collapse)AuthorAgeFilesLines
* x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin2007-10-251-1/+1
| | | | | | | | | We use signed values for limit checking since the values can go negative under certain circumstances. However, sizeof() is unsigned and forces the comparison to be unsigned, so move the comparison into the heap_free() macros so we can ensure it is a signed comparison. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* i386: move bootThomas Gleixner2007-10-111-0/+125
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
OpenPOWER on IntegriCloud