IA32 emulation: Fix build problem for modular ia32 a.out
authorJeff Mahoney <jeffm@suse.com>
Mon, 7 May 2012 18:11:04 +0000 (14:11 -0400)
committerJeff Mahoney <jeffm@suse.com>
Mon, 7 May 2012 18:11:04 +0000 (14:11 -0400)
support.

suse-commit: ad06d7db533ff89417e0b86b5c58212ac265733e

arch/x86/kernel/process_64.c

index 733ca39..43d8b48 100644 (file)
@@ -423,6 +423,7 @@ void set_personality_ia32(bool x32)
                current_thread_info()->status |= TS_COMPAT;
        }
 }
+EXPORT_SYMBOL_GPL(set_personality_ia32);
 
 unsigned long get_wchan(struct task_struct *p)
 {