]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Revert "sparc64: struct adi_caps should use __u64, not u64"
authorAllen Pais <allen.pais@oracle.com>
Fri, 9 Dec 2016 09:04:09 +0000 (14:34 +0530)
committerAllen Pais <allen.pais@oracle.com>
Sun, 22 Jan 2017 15:38:43 +0000 (21:08 +0530)
This reverts commit 04b6750492f8551a82a0336803922f736917639a.

Signed-off-by: Allen Pais <allen.pais@oracle.com>
include/uapi/linux/prctl.h

index 78d46c67b38cfbaffeb5af66b47ae2f111367eb6..31891d9535e2a4ede364627a805d6d346fae8b9c 100644 (file)
@@ -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 */