diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-07-03 08:30:15 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-07-29 23:30:42 +0200 |
commit | 76a0a41f5ee87263c88f83798eeeed5015fd720f (patch) | |
tree | 58936f5dc5b20d635a0e09dfe2a4cbe88a8776d5 /include/linux/console.h | |
parent | 3490ceb8e831c92a439dd4ec79e3d1ecd9365545 (diff) | |
download | lwn-76a0a41f5ee87263c88f83798eeeed5015fd720f.tar.gz lwn-76a0a41f5ee87263c88f83798eeeed5015fd720f.zip |
console: rt support
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/console.h')
-rw-r--r-- | include/linux/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index dcca5339ceb3..7c2c9ae848cc 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -55,6 +55,7 @@ struct consw { void (*con_invert_region)(struct vc_data *, u16 *, int); u16 *(*con_screen_pos)(struct vc_data *, int); unsigned long (*con_getxy)(struct vc_data *, unsigned long, int *, int *); + int con_preemptible; // can it reschedule from within printk? }; extern const struct consw *conswitchp; |