From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Benjamin Herrenschmidt Subject: [PATCH 3/3] powerpc: cleanup old DABRX #defines Date: Fri, 7 Sep 2012 17:24:58 +1000 Message-Id: <1347002698-7341-4-git-send-email-mikey@neuling.org> In-Reply-To: <1347002698-7341-1-git-send-email-mikey@neuling.org> References: <1347002698-7341-1-git-send-email-mikey@neuling.org> In-Reply-To: References: Cc: Geert Uytterhoeven , Michael Neuling , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These are no longer used so get rid of them Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/hvcall.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index 423cf9e..7a86706 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 -- 1.7.9.5