Commit 3d2251c0 authored by Linus Torvalds's avatar Linus Torvalds

Export the gdt table GPL-only for APM.

parent b3819ec5
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
extern void dump_thread(struct pt_regs *, struct user *); extern void dump_thread(struct pt_regs *, struct user *);
extern spinlock_t rtc_lock; extern spinlock_t rtc_lock;
/* This is definitely a GPL-only symbol */
EXPORT_SYMBOL_GPL(cpu_gdt_table);
#if defined(CONFIG_APM_MODULE) #if defined(CONFIG_APM_MODULE)
extern void machine_real_restart(unsigned char *, int); extern void machine_real_restart(unsigned char *, int);
EXPORT_SYMBOL(machine_real_restart); EXPORT_SYMBOL(machine_real_restart);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment