projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd14457
)
powerpc: cleanup old DABRX #defines
author
Michael Neuling
<mikey@neuling.org>
Thu, 6 Sep 2012 21:24:58 +0000
(21:24 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 9 Sep 2012 23:59:16 +0000
(09:59 +1000)
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>
arch/powerpc/include/asm/hvcall.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/hvcall.h
b/arch/powerpc/include/asm/hvcall.h
index 423cf9eaf4a4fddf35811e62de33dc16363812e5..7a867065db79a8286578180abc2e8a4d36272885 100644
(file)
--- a/
arch/powerpc/include/asm/hvcall.h
+++ b/
arch/powerpc/include/asm/hvcall.h
@@
-152,11
+152,6
@@
#define H_VASI_RESUMED 5
#define H_VASI_COMPLETED 6
-/* DABRX flags */
-#define H_DABRX_HYPERVISOR (1UL<<(63-61))
-#define H_DABRX_KERNEL (1UL<<(63-62))
-#define H_DABRX_USER (1UL<<(63-63))
-
/* Each control block has to be on a 4K boundary */
#define H_CB_ALIGNMENT 4096