Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181145
b: refs/heads/master
c: 660e2ac
h: refs/heads/master
i:
  181143: abefa78
v: v3
  • Loading branch information
Chris Smith authored and Paul Mundt committed Jan 27, 2010
1 parent 040f7ce commit 44790a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 08b36c4a02b5a9db609fc6d93b9c41d7fa75713c
refs/heads/master: 660e2acad81c19b404f7d7d06e57a6d5e6ce7426
6 changes: 3 additions & 3 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ SECTIONS
} = 0x0009

EXCEPTION_TABLE(16)

NOTES

_sdata = .;
RO_DATA(PAGE_SIZE)
RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)

_edata = .; /* End of data section */
_edata = .;

DWARF_EH_FRAME

Expand Down
2 changes: 1 addition & 1 deletion trunk/lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ config SLUB_STATS
config DEBUG_KMEMLEAK
bool "Kernel memory leak detector"
depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
(X86 || ARM || PPC || S390)
(X86 || ARM || PPC || S390 || SUPERH)

select DEBUG_FS if SYSFS
select STACKTRACE if STACKTRACE_SUPPORT
Expand Down

0 comments on commit 44790a3

Please sign in to comment.