Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101710
b: refs/heads/master
c: d1cdcf2
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Paul Mackerras committed Jul 1, 2008
1 parent 5c482b1 commit 6cb222e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b4a8dd2e9f8af206eb39e3d99c442b0d6158953
refs/heads/master: d1cdcf2241723d6596d56abb8777b5ef79b4a878
1 change: 0 additions & 1 deletion trunk/include/asm-powerpc/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions trunk/include/asm-powerpc/cputable.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cb222e

Please sign in to comment.