From 16fe54502de0edc7cd7bdb541f628d82d106c35f Mon Sep 17 00:00:00 2001 From: Allen Pais Date: Fri, 9 Dec 2016 14:34:09 +0530 Subject: [PATCH] Revert "sparc64: struct adi_caps should use __u64, not u64" This reverts commit 04b6750492f8551a82a0336803922f736917639a. Signed-off-by: Allen Pais --- include/uapi/linux/prctl.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h index 78d46c67b38c..31891d9535e2 100644 --- a/include/uapi/linux/prctl.h +++ b/include/uapi/linux/prctl.h @@ -190,20 +190,4 @@ struct prctl_mm_map { # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ -/* SPARC ADI operations, see Documentation/prctl/sparc_adi.txt for details */ -#define PR_GET_SPARC_ADICAPS 48 -#define PR_SET_SPARC_ADI 49 -# define PR_SET_SPARC_ADI_CLEAR 0 -# define PR_SET_SPARC_ADI_SET 1 -#define PR_ENABLE_SPARC_ADI 50 -#define PR_DISABLE_SPARC_ADI 51 -#define PR_GET_SPARC_ADI_STATUS 52 - -/* Data structure returned by PR_GET_SPARC_ADICAPS */ -struct adi_caps { - __u64 blksz; - __u64 nbits; - __u64 ue_on_adi; -}; - #endif /* _LINUX_PRCTL_H */ -- 2.50.1