Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83117
b: refs/heads/master
c: 7038220
h: refs/heads/master
i:
  83115: 33dee58
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 5, 2008
1 parent 9c2aa87 commit 7c8a1d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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: e114e473771c848c3cfec05f0123e70f1cdbdc99
refs/heads/master: 7038220aa511131f348018b85df172a21476fef9
9 changes: 9 additions & 0 deletions trunk/arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ config UCPAGE_OFFSET_C0000000

endchoice

config PAGE_OFFSET
hex
default 0x20000000 if UCPAGE_OFFSET_20000000
default 0x40000000 if UCPAGE_OFFSET_40000000
default 0x60000000 if UCPAGE_OFFSET_60000000
default 0x80000000 if UCPAGE_OFFSET_80000000
default 0xA0000000 if UCPAGE_OFFSET_A0000000
default 0xC0000000

config PROTECT_KERNEL
bool "Protect core kernel against userspace"
depends on !MMU
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENTRY(_start)

jiffies = jiffies_64 + 4;

__page_offset = 0xc0000000; /* start of area covered by struct pages */
__page_offset = CONFIG_PAGE_OFFSET; /* start of area covered by struct pages */
__kernel_image_start = __page_offset; /* address at which kernel image resides */

SECTIONS
Expand Down

0 comments on commit 7c8a1d7

Please sign in to comment.