Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / platforms / android-16 / arch-arm / usr / include / asm / smp.h
blobe6c1e41d2325d8bf8e73460dfb15e8f5733a5fa4
1 /****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12 #ifndef __ASM_ARM_SMP_H
13 #define __ASM_ARM_SMP_H
15 #include <linux/threads.h>
16 #include <linux/cpumask.h>
17 #include <linux/thread_info.h>
19 #include <asm/arch/smp.h>
21 #error "<asm-arm/smp.h> included in non-SMP build"
23 #define raw_smp_processor_id() (current_thread_info()->cpu)
25 #define PROC_CHANGE_PENALTY 15
27 struct seq_file;
29 struct secondary_data {
30 unsigned long pgdir;
31 void *stack;
34 #endif