2009/10/23 Stefan Reinauer stepan@coresystems.de
See patch
-- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
- refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)
- lock other CPUs in SMI handler while one CPU is handling an SMI. Without
this various racing scenarios could happen.
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Myles Watson mylesgw@gmail.com Is there some header file that could be included for these defines? Maybe even config.h?
+#ifndef CONFIG_TTYS0_BASE +#define CONFIG_TTYS0_BASE 0x3f8 +#endif
Thanks, Myles