blob: e6c1e41d2325d8bf8e73460dfb15e8f5733a5fa4 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
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
14
15#include <linux/threads.h>
16#include <linux/cpumask.h>
17#include <linux/thread_info.h>
18
19#include <asm/arch/smp.h>
20
21#error "<asm-arm/smp.h> included in non-SMP build"
22
23#define raw_smp_processor_id() (current_thread_info()->cpu)
24
25#define PROC_CHANGE_PENALTY 15
26
27struct seq_file;
28
29struct secondary_data {
30 unsigned long pgdir;
31 void *stack;
32};
33
34#endif