Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47430
b: refs/heads/master
c: 3d60f84
h: refs/heads/master
v: v3
  • Loading branch information
Hirokazu Takata authored and Linus Torvalds committed Feb 11, 2007
1 parent 0220f45 commit 8b84a6e
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 4aa3b3ccfc6abda052a1bbd9cf018d51c1689836
refs/heads/master: 3d60f849341ac00e3dc47a3af94aaf9ba46d00fb
2 changes: 1 addition & 1 deletion trunk/arch/m32r/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

LDFLAGS :=
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
LDFLAGS_vmlinux := -e startup_32
LDFLAGS_vmlinux :=

CFLAGS += -pipe -fno-schedule-insns
CFLAGS_KERNEL += -mmodel=medium
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/m32r/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
#include <asm/page.h>

OUTPUT_ARCH(m32r)
ENTRY(startup_32)
#if defined(__LITTLE_ENDIAN__)
jiffies = jiffies_64;
#else
jiffies = jiffies_64 + 4;
#endif

kernel_entry = boot - 0x80000000;
ENTRY(kernel_entry)

SECTIONS
{
. = CONFIG_MEMORY_START + __PAGE_OFFSET;
Expand Down

0 comments on commit 8b84a6e

Please sign in to comment.