Revision 5ef097dd7ba4eab8b4f0026d85fcef9fe23b821f authored by Michael Neuling on 05 March 2010, 21:42:57 UTC, committed by Linus Torvalds on 06 March 2010, 19:26:33 UTC
Currently we create the initial stack based on the PAGE_SIZE.  This is
unnecessary.

This creates this initial stack independent of the PAGE_SIZE.

It also bumps up the number of 4k pages allocated from 20 to 32, to
align with 64K page systems.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: Helge Deller <deller@gmx.de>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Americo Wang <xiyou.wangcong@gmail.com>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9728e5d
History
File Mode Size
Kconfig -rw-r--r-- 17.0 KB
Makefile -rw-r--r-- 2.1 KB
blktrace.c -rw-r--r-- 40.6 KB
ftrace.c -rw-r--r-- 70.2 KB
kmemtrace.c -rw-r--r-- 12.4 KB
power-traces.c -rw-r--r-- 361 bytes
ring_buffer.c -rw-r--r-- 96.6 KB
ring_buffer_benchmark.c -rw-r--r-- 10.4 KB
trace.c -rw-r--r-- 101.0 KB
trace.h -rw-r--r-- 22.6 KB
trace_boot.c -rw-r--r-- 4.2 KB
trace_branch.c -rw-r--r-- 8.9 KB
trace_clock.c -rw-r--r-- 2.7 KB
trace_entries.h -rw-r--r-- 9.1 KB
trace_event_profile.c -rw-r--r-- 3.3 KB
trace_events.c -rw-r--r-- 32.1 KB
trace_events_filter.c -rw-r--r-- 29.2 KB
trace_export.c -rw-r--r-- 4.2 KB
trace_functions.c -rw-r--r-- 8.2 KB
trace_functions_graph.c -rw-r--r-- 28.7 KB
trace_hw_branches.c -rw-r--r-- 7.2 KB
trace_irqsoff.c -rw-r--r-- 10.4 KB
trace_kprobe.c -rw-r--r-- 34.6 KB
trace_ksym.c -rw-r--r-- 12.2 KB
trace_mmiotrace.c -rw-r--r-- 9.0 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 26.6 KB
trace_output.h -rw-r--r-- 1.6 KB
trace_printk.c -rw-r--r-- 4.9 KB
trace_sched_switch.c -rw-r--r-- 6.8 KB
trace_sched_wakeup.c -rw-r--r-- 9.0 KB
trace_selftest.c -rw-r--r-- 18.3 KB
trace_selftest_dynamic.c -rw-r--r-- 93 bytes
trace_stack.c -rw-r--r-- 7.7 KB
trace_stat.c -rw-r--r-- 8.2 KB
trace_stat.h -rw-r--r-- 973 bytes
trace_syscalls.c -rw-r--r-- 13.6 KB
trace_sysprof.c -rw-r--r-- 6.5 KB
trace_workqueue.c -rw-r--r-- 7.2 KB

back to top