Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22916
b: refs/heads/master
c: e19217d
h: refs/heads/master
v: v3
  • Loading branch information
Becky Bruce authored and Paul Mackerras committed Feb 10, 2006
1 parent 92528ba commit 7b6b5c1
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: 46ed55f647371008c33e06e61459192f96cc24ca
refs/heads/master: e19217d42e3d12d74d9eca40827721a3ef1b251c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Makefile for the PowerPC 85xx linux kernel.
#
obj-$(CONFIG_PPC_85xx) += mpc85xx.o mpc85xx_ads.o
obj-$(CONFIG_PPC_85xx) += misc.o mpc85xx_ads.o
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

extern void abort(void);

void
mpc85xx_restart(char *cmd)
void mpc85xx_restart(char *cmd)
{
local_irq_disable();
abort();
Expand All @@ -28,4 +27,5 @@ phys_addr_t fixup_bigphys_addr(phys_addr_t addr, phys_addr_t size)
{
return addr;
};

EXPORT_SYMBOL(fixup_bigphys_addr);

0 comments on commit 7b6b5c1

Please sign in to comment.