From: Allen Pais Date: Fri, 9 Dec 2016 09:04:09 +0000 (+0530) Subject: Revert "sparc64: struct adi_caps should use __u64, not u64" X-Git-Tag: v4.1.12-92~12^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=16fe54502de0edc7cd7bdb541f628d82d106c35f;p=users%2Fjedix%2Flinux-maple.git Revert "sparc64: struct adi_caps should use __u64, not u64" This reverts commit 04b6750492f8551a82a0336803922f736917639a. Signed-off-by: Allen Pais --- diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h index 78d46c67b38cf..31891d9535e2a 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 */