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

suse-commit: 1c19c305fdfc64a56802dfa64ff7749fdbe20e02

arch/x86/kernel/process_64-xen.c

index 32cb6c7..5961605 100644 (file)
@@ -472,6 +472,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)
 {