From: Michael Neuling Date: Thu, 6 Sep 2012 21:24:58 +0000 (+0000) Subject: powerpc: cleanup old DABRX #defines X-Git-Tag: firefly_0821_release~3680^2~1912^2~46 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4715fed600109e0bd3d6cfa2b925a643173a08b4;p=firefly-linux-kernel-4.4.55.git powerpc: cleanup old DABRX #defines These are no longer used so get rid of them Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- 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 @@ #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