keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
unless you really know what this hack does.
-config IA64_EARLY_PRINTK
- bool "Early printk support"
- depends on DEBUG_KERNEL && !IA64_GENERIC
- help
- Selecting this option uses the VGA screen or serial console for
- printk() output before the consoles are initialised. It is useful
- for debugging problems early in the boot process, but only if you
- have a suitable VGA/serial console attached. If you're unsure,
- select N.
-
-config IA64_EARLY_PRINTK_UART
- bool "Early printk on MMIO serial port"
- depends on IA64_EARLY_PRINTK
-
-config IA64_EARLY_PRINTK_UART_BASE
- hex "UART MMIO base address"
- depends on IA64_EARLY_PRINTK_UART
- default "ff5e0000"
-
-config IA64_EARLY_PRINTK_VGA
- bool "Early printk on VGA"
- depends on IA64_EARLY_PRINTK
-
-config IA64_EARLY_PRINTK_SGI_SN
- bool "Early printk on SGI SN serial console"
- depends on IA64_EARLY_PRINTK && (IA64_GENERIC || IA64_SGI_SN2)
-
config DEBUG_SLAB
bool "Debug memory allocations"
depends on DEBUG_KERNEL
#define PT_REGS_SAVES(off) \
.unwabi 3, 'i'; \
- .unwabi @svr4, 'i'; \
.fframe IA64_PT_REGS_SIZE+16+(off); \
.spillsp rp, PT(CR_IIP)+16+(off); \
.spillsp ar.pfs, PT(CR_IFS)+16+(off); \
data8 0 // sched_setaffinity
data8 0 // sched_getaffinity
data8 fsys_set_tid_address // set_tid_address
- data8 0 // unused
- data8 0 // unused // 1235
+ data8 0 // fadvise64
+ data8 0 // tgkill // 1235
data8 0 // exit_group
data8 0 // lookup_dcookie
data8 0 // io_setup
/*
* Free all resources held by a thread. This is called after the
- * parent of DEAD_TASK has collected the exist status of the task via
+ * parent of DEAD_TASK has collected the exit status of the task via
* wait().
*/
#define release_thread(dead_task)
#define __NR_sched_getaffinity 1232
#define __NR_set_tid_address 1233
#define __NR_fadvise64 1234
-/* 1235 available for reuse */
+#define __NR_tgkill 1235
#define __NR_exit_group 1236
#define __NR_lookup_dcookie 1237
#define __NR_io_setup 1238