aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-03 05:02:47 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-05 07:00:21 -0400
commitc6ae063aaf3786b9db7f19a90bf4ed8aaebb7f90 (patch)
tree87d85e13c994950e0131b9152db1862247889893 /arch/frv/kernel
parentcce4517f33384c3794c759e206cc8e1bb6df146b (diff)
frv: Use core allocator for task_struct
There is no point having a copy of the core allocator. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: David Howells <dhowells@redhat.com> Link: http://lkml.kernel.org/r/20120503085033.967140188@linutronix.de
Diffstat (limited to 'arch/frv/kernel')
-rw-r--r--arch/frv/kernel/process.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/frv/kernel/process.c b/arch/frv/kernel/process.c
index 1ac84b2e5a0f..ed09e9e2c653 100644
--- a/arch/frv/kernel/process.c
+++ b/arch/frv/kernel/process.c
@@ -43,16 +43,6 @@ asmlinkage void ret_from_fork(void);
43void (*pm_power_off)(void); 43void (*pm_power_off)(void);
44EXPORT_SYMBOL(pm_power_off); 44EXPORT_SYMBOL(pm_power_off);
45 45
46struct task_struct *alloc_task_struct_node(int node)
47{
48 return kmalloc_node(sizeof(task_struct), GFP_KERNEL, node);
49}
50
51void free_task_struct(struct task_struct *p)
52{
53 kfree(p);
54}
55
56static void core_sleep_idle(void) 46static void core_sleep_idle(void)
57{ 47{
58#ifdef LED_DEBUG_SLEEP 48#ifdef LED_DEBUG_SLEEP