diff options
author | Michael Neuling <mikey@neuling.org> | 2012-09-06 17:24:58 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-09 19:59:16 -0400 |
commit | 4715fed600109e0bd3d6cfa2b925a643173a08b4 (patch) | |
tree | 0411d3fa123770f370a313e1a0b66e91d656c8c0 /arch/powerpc/include/asm | |
parent | cd14457304c9d232267a3a76a2a43f1f791e545d (diff) |
powerpc: cleanup old DABRX #defines
These are no longer used so get rid of them
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/hvcall.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index 423cf9eaf4a4..7a867065db79 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h | |||
@@ -152,11 +152,6 @@ | |||
152 | #define H_VASI_RESUMED 5 | 152 | #define H_VASI_RESUMED 5 |
153 | #define H_VASI_COMPLETED 6 | 153 | #define H_VASI_COMPLETED 6 |
154 | 154 | ||
155 | /* DABRX flags */ | ||
156 | #define H_DABRX_HYPERVISOR (1UL<<(63-61)) | ||
157 | #define H_DABRX_KERNEL (1UL<<(63-62)) | ||
158 | #define H_DABRX_USER (1UL<<(63-63)) | ||
159 | |||
160 | /* Each control block has to be on a 4K boundary */ | 155 | /* Each control block has to be on a 4K boundary */ |
161 | #define H_CB_ALIGNMENT 4096 | 156 | #define H_CB_ALIGNMENT 4096 |
162 | 157 | ||