Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56571
b: refs/heads/master
c: 55d3eca
h: refs/heads/master
i:
  56569: b1ac018
  56567: 2626c1c
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 16, 2007
1 parent 4cff4c9 commit 45974fb
Show file tree
Hide file tree
Showing 69 changed files with 740 additions and 957 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: 6684e323a236d40461f27d36b38c6b70aabc9e71
refs/heads/master: 55d3ecab2d16be3525ba24a96ba3a67692af1f09
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/stacktrace.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/stacktrace.h>

Expand Down Expand Up @@ -30,6 +31,7 @@ int walk_stackframe(unsigned long fp, unsigned long low, unsigned long high,

return 0;
}
EXPORT_SYMBOL(walk_stackframe);

#ifdef CONFIG_STACKTRACE
struct stack_trace_data {
Expand Down
9 changes: 3 additions & 6 deletions trunk/arch/i386/mm/discontig.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/module.h>
#include <linux/kexec.h>
#include <linux/pfn.h>
#include <linux/swap.h>

#include <asm/e820.h>
#include <asm/setup.h>
Expand Down Expand Up @@ -97,14 +98,8 @@ unsigned long node_memmap_size_bytes(int nid, unsigned long start_pfn,
#endif

extern unsigned long find_max_low_pfn(void);
extern void find_max_pfn(void);
extern void add_one_highpage_init(struct page *, int, int);

extern struct e820map e820;
extern unsigned long highend_pfn, highstart_pfn;
extern unsigned long max_low_pfn;
extern unsigned long totalram_pages;
extern unsigned long totalhigh_pages;

#define LARGE_PAGE_BYTES (PTRS_PER_PTE * PAGE_SIZE)

Expand Down Expand Up @@ -360,7 +355,9 @@ void __init zone_sizes_init(void)
max_zone_pfns[ZONE_DMA] =
virt_to_phys((char *)MAX_DMA_ADDRESS) >> PAGE_SHIFT;
max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
#ifdef CONFIG_HIGHMEM
max_zone_pfns[ZONE_HIGHMEM] = highend_pfn;
#endif

/* If SRAT has not registered memory, register it now */
if (find_max_pfn_with_active_regions() == 0) {
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/sh64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ config MMU
bool
default y

config QUICKLIST
def_bool y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
Loading

0 comments on commit 45974fb

Please sign in to comment.