Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189877
b: refs/heads/master
c: 8b8d8e2
h: refs/heads/master
i:
  189875: ed7c694
v: v3
  • Loading branch information
David S. Miller committed Apr 13, 2010
1 parent 5386eff commit f34ac6b
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 9960e9e8944f9b1ca6af5f7d26400ca45b429600
refs/heads/master: 8b8d8e2840a440d62e8dc0ef36ba433b26f70d32
4 changes: 4 additions & 0 deletions trunk/arch/sparc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ SECTIONS
_etext = .;

RO_DATA(PAGE_SIZE)

/* Start of data section */
_sdata = .;

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

select DEBUG_FS if SYSFS
select STACKTRACE if STACKTRACE_SUPPORT
Expand Down

0 comments on commit f34ac6b

Please sign in to comment.