aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/init_task.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott1-1/+1
Signed-off-by: Tim Abbott <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Denys Vlasenko <[email protected]> Signed-off-by: Michal Marek <[email protected]>
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Tim Abbott <[email protected]> Acked-by: Paul Mundt <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-1/+0
* create mm/init-mm.c, move init_mm there * remove INIT_MM, initialize init_mm with C99 initializer * unexport init_mm on all arches: init_mm is already unexported on x86. One strange place is some OMAP driver (drivers/video/omap/) which won't build modular, but it's already wants get_vm_area() export. Somebody should look there. [[email protected]: add missing #includes] Signed-off-by: Alexey Dobriyan <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Americo Wang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-12-31take init_fs to saner placeAl Viro1-1/+0
Signed-off-by: Al Viro <[email protected]>
2008-12-12x86: remove init_mm export as planned for 2.6.26Dave Jones1-1/+0
Impact: remove deprecated export Signed-off-by: Dave Jones <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
Signed-off-by: Al Viro <[email protected]>
2008-02-29x86: delay the export removal of init_mmIngo Molnar1-0/+1
delay the removal of this symbol export by one more kernel release, giving external modules such as VirtualBox a chance to stop using it. Signed-off-by: Ingo Molnar <[email protected]>
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2007-10-19x86: merge init_task_32/64.cHiroshi Shimamoto1-0/+47
Merge init_task_32/64.c. Move 64bit per cpu data orig_ist to setup64.c. [ mingo: fixed checkpatch trivialities. ] Signed-off-by: Hiroshi Shimamoto <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>