diff options
author | Paul Mackerras <paulus@samba.org> | 2005-09-26 16:20:49 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-26 16:20:49 +1000 |
commit | 51a0885ed7f883758462926b35fbd6f09f9c717c (patch) | |
tree | 3789f94f7b599222bef32dc20dc2213b9cf9d948 /include/asm-ppc64/processor.h | |
parent | 14cf11af6cf608eb8c23e989ddb17a715ddce109 (diff) | |
parent | 3d8a66cc9ec475baaf22de139deff67ffe8e7cf2 (diff) |
Merge refs/heads/devtree from rsync://oak/kernels/iseries/work/.git
Diffstat (limited to 'include/asm-ppc64/processor.h')
-rw-r--r-- | include/asm-ppc64/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index e5fc18531ec..6447fbee7d6 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h @@ -291,6 +291,7 @@ #define IC_OPEN_PIC 1 #define IC_PPC_XIC 2 #define IC_BPA_IIC 3 +#define IC_ISERIES 4 #define XGLUE(a,b) a##b #define GLUE(a,b) XGLUE(a,b) |