Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11535
b: refs/heads/master
c: b3b8dc6
h: refs/heads/master
i:
  11533: 58e56a6
  11531: dd11911
  11527: 2f8e396
  11519: c5cb1be
v: v3
  • Loading branch information
Paul Mackerras committed Oct 10, 2005
1 parent be9a226 commit eacbb56
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 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: ff64208df7eb17c5526197449762ff5e04a95de6
refs/heads/master: b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#include <linux/config.h>
#include <asm/processor.h>
#include <asm/reg.h>
#include <asm/page.h>
#include <asm/mmu.h>
#include <asm/pgtable.h>
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

#include <linux/config.h>
#include <asm/processor.h>
#include <asm/reg.h>
#include <asm/page.h>
#include <asm/mmu.h>
#include <asm/pgtable.h>
Expand Down Expand Up @@ -55,8 +55,8 @@
1:

.text
.stabs "arch/ppc/kernel/",N_SO,0,0,0f
.stabs "head.S",N_SO,0,0,0f
.stabs "arch/powerpc/kernel/",N_SO,0,0,0f
.stabs "head_32.S",N_SO,0,0,0f
0:
.globl _stext
_stext:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/idle_6xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <linux/config.h>
#include <linux/threads.h>
#include <asm/processor.h>
#include <asm/reg.h>
#include <asm/page.h>
#include <asm/cputable.h>
#include <asm/thread_info.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/vector.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <linux/config.h>
#include <asm/ppc_asm.h>
#include <asm/processor.h>
#include <asm/reg.h>

/*
* The routines below are in assembler so we can closely control the
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/lib/string.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
#include <asm/errno.h>
#include <asm/ppc_asm.h>

.text
.stabs "arch/powerpc/lib/",N_SO,0,0,0f
.stabs "string.S",N_SO,0,0,0f
0:

.section __ex_table,"a"
#ifdef CONFIG_PPC64
.align 3
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/hash_low_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

#include <linux/config.h>
#include <asm/processor.h>
#include <asm/reg.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/cputable.h>
Expand Down

0 comments on commit eacbb56

Please sign in to comment.