Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123332
b: refs/heads/master
c: 27137e5
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent 82874e7 commit d9e9250
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 14 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: c37ddd936d96b46cf2bb17e7b1a18b2bd24ec1fb
refs/heads/master: 27137e5285a3388e8f86d7bc5fe0ed8b92bd4624
6 changes: 5 additions & 1 deletion trunk/arch/sparc/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
asflags-y := -ansi
ccflags-y := -Werror

obj-y := fault_$(BITS).o
obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o
obj-y += fault_$(BITS).o
obj-y += init_$(BITS).o
obj-$(CONFIG_SPARC32) += loadmmu.o
obj-y += generic_$(BITS).o
obj-$(CONFIG_SPARC32) += extable.o btfixup.o srmmu.o iommu.o io-unit.o
obj-$(CONFIG_SPARC32) += hypersparc.o viking.o tsunami.o swift.o

# Only used by sparc64
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o

# Only used by sparc32
obj-$(CONFIG_HIGHMEM) += highmem.o

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <asm/cpudata.h>
#include <asm/irq.h>

#include "init.h"
#include "init_64.h"

unsigned long kern_linear_pte_xor[2] __read_mostly;

Expand Down Expand Up @@ -954,7 +954,7 @@ int of_node_to_nid(struct device_node *dp)
return nid;
}

static void __init add_node_ranges(void)
static void add_node_ranges(void)
{
int i;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif

head-y := arch/sparc64/kernel/head.o arch/sparc64/kernel/init_task.o

core-y += arch/sparc64/kernel/ arch/sparc64/mm/
core-y += arch/sparc64/kernel/ arch/sparc/mm/
core-y += arch/sparc/math-emu/
libs-y += arch/sparc64/prom/ arch/sparc64/lib/
drivers-$(CONFIG_OPROFILE) += arch/sparc/oprofile/
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/sparc64/mm/Makefile

This file was deleted.

0 comments on commit d9e9250

Please sign in to comment.