summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-16 16:46:08 +0100
committerBen Dooks <ben-linux@fluff.org>2008-10-16 16:48:29 +0100
commit5fed4a3739c97eceeac011baf9b2194bda47123f (patch)
tree765d57028e135edf8dba3ddcb11fb2a90dd5da70 /scripts/stackusage
parent7e90d760ee14547145d7da01be4855ae7be5fe2c (diff)
downloadkernel-5fed4a3739c97eceeac011baf9b2194bda47123f.tar.gz
[ARM] S3C24XX: Serial driver debug depends on DEBUG_LL
The SERIAL_SAMSUNG_DEBUG used printascii() to avoid debugging through itself when selected as a console. Disable this option when DEBUG_LL is not set (printascii is unavailable). Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
td>memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu 2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang 2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen 2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen 2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang 2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang 2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu 2012-07-31mm/sparse: remove index_init_lockGavin Shan 2012-07-31mm/sparse: more checks on mem_section numberGavin Shan 2012-07-31mm/sparse: optimize sparse_index_allocGavin Shan 2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu 2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu 2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu 2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner 2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan 2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker 2011-07-25mm: make some struct page's constIan Campbell 2011-03-31Fix common misspellingsLucas De Marchi 2011-01-13thp: remove PG_buddyAndrea Arcangeli 2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu 2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu 2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu 2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li 2009-04-01mm: mminit_validate_memmodel_limits(): remove redundant testCyrill Gorcunov