Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96405
b: refs/heads/master
c: 0d4b6b9
h: refs/heads/master
i:
  96403: a9b814e
v: v3
  • Loading branch information
Paul Mackerras committed May 12, 2008
1 parent d6dd287 commit 999aebd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 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: 6a8b23086c82d7cc4f424518532c8b10d95715c0
refs/heads/master: 0d4b6b901c3d41beb0e1620316aee0aa234edf7f
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ifeq ($(CONFIG_PPC_MERGE),y)
obj-y := string.o alloc.o \
checksum_$(CONFIG_WORD_SIZE).o
obj-$(CONFIG_PPC32) += div64.o copy_32.o
obj-$(CONFIG_HAS_IOMEM) += devres.o
endif

obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \
Expand All @@ -23,4 +24,3 @@ obj-$(CONFIG_SMP) += locks.o
endif

obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o
obj-$(CONFIG_HAS_IOMEM) += devres.o
1 change: 1 addition & 0 deletions trunk/arch/ppc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <asm/nvram.h>
#include <asm/xmon.h>
#include <asm/ocp.h>
#include <asm/irq.h>

#define USES_PPC_SYS (defined(CONFIG_MPC10X_BRIDGE) || defined(CONFIG_8260) || \
defined(CONFIG_PPC_MPC52xx))
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/ppc/platforms/residual.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/pci.h>
#include <linux/proc_fs.h>

#include <asm/sections.h>
#include <asm/mmu.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-ppc/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size

}

extern inline void * xchg_ptr(void * m, void * val)
static inline void * xchg_ptr(void * m, void * val)
{
return (void *) xchg_u32(m, (unsigned long) val);
}
Expand Down

0 comments on commit 999aebd

Please sign in to comment.