Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Neuling and committed by
Benjamin Herrenschmidt
4715fed6 cd144573

-5
-5
arch/powerpc/include/asm/hvcall.h
··· 152 152 #define H_VASI_RESUMED 5 153 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 155 /* Each control block has to be on a 4K boundary */ 161 156 #define H_CB_ALIGNMENT 4096 162 157