projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
x86: convert cpumask_of_cpu macro to allocated array
[linux-2.6]
/
include
/
asm-um
/
processor-ppc.h
1
#ifndef __UM_PROCESSOR_PPC_H
2
#define __UM_PROCESSOR_PPC_H
3
4
#if defined(__ASSEMBLY__)
5
6
#define CONFIG_PPC_MULTIPLATFORM
7
#include "arch/processor.h"
8
9
#else
10
11
#include "asm/processor-generic.h"
12
13
#endif
14
15
#endif