Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1cdcf22 authored by Adrian Bunk's avatar Adrian Bunk Committed by Paul Mackerras
Browse files

powerpc: Don't export asm/asm-compat.h to userspace



asm/asm-compat.h doesn't seem to be intended for userspace usage.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9b4a8dd2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ header-y += sigcontext.h
header-y += statfs.h
header-y += ps3fb.h

unifdef-y += asm-compat.h
unifdef-y += bootx.h
unifdef-y += byteorder.h
unifdef-y += cputable.h
+3 −2
Original line number Diff line number Diff line
#ifndef __ASM_POWERPC_CPUTABLE_H
#define __ASM_POWERPC_CPUTABLE_H

#include <asm/asm-compat.h>

#define PPC_FEATURE_32			0x80000000
#define PPC_FEATURE_64			0x40000000
#define PPC_FEATURE_601_INSTR		0x20000000
@@ -32,6 +30,9 @@
#define PPC_FEATURE_PPC_LE		0x00000001

#ifdef __KERNEL__

#include <asm/asm-compat.h>

#ifndef __ASSEMBLY__

/* This structure can grow, it's real size is used by head.S code