X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fprocessor.h;h=b05b5d9cae2009288069b1075543adb20dbee2d7;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=63fc68e784c55a9e294a38061dfc7fd52453f735;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 63fc68e78..b05b5d9ca 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -34,6 +34,7 @@ /* these are arbitrary */ #define _CHRP_Motorola 0x04 /* motorola chrp, the cobra */ #define _CHRP_IBM 0x05 /* IBM chrp, the longtrail and longtrail 2 */ +#define _CHRP_Pegasos 0x06 /* Genesi/bplan's Pegasos and Pegasos2 */ #define _GLOBAL(n)\ .stabs __stringify(n:F-1),N_FUN,0,0,n;\ @@ -54,6 +55,7 @@ extern int _machine; /* what kind of prep workstation we are */ extern int _prep_type; +extern int _chrp_type; /* * This is used to identify the board type from a given PReP board @@ -78,12 +80,6 @@ extern void prepare_to_copy(struct task_struct *tsk); */ extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); -/* - * Bus types - */ -#define MCA_bus 0 -#define MCA_bus__is_a_macro - /* Lazy FPU handling on uni-processor */ extern struct task_struct *last_task_used_math; extern struct task_struct *last_task_used_altivec;