|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/utsname.h>#include <asm/bugs.h>#include <asm/processor.h>#include <asm/processor-flags.h>#include <asm/i387.h>#include <asm/msr.h>#include <asm/paravirt.h>#include <asm/alternative.h>Go to the source code of this file.
Functions | |
| __setup ("no-hlt", no_halt) | |
| __setup ("no387", no_387) | |
| void __init | check_bugs (void) |
| __setup | ( | "no-hlt" | , |
| no_halt | |||
| ) |
| __setup | ( | "no387" | , |
| no_387 | |||
| ) |
1.8.2