Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302792
b: refs/heads/master
c: c6ae063
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent 53a6066 commit fee512f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 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: cce4517f33384c3794c759e206cc8e1bb6df146b
refs/heads/master: c6ae063aaf3786b9db7f19a90bf4ed8aaebb7f90
2 changes: 0 additions & 2 deletions trunk/arch/frv/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

#define THREAD_SIZE 8192

#define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR

/*
* low level task data that entry.S needs immediate access to
* - this struct should fit entirely inside of one cache line
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/frv/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ asmlinkage void ret_from_fork(void);
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

struct task_struct *alloc_task_struct_node(int node)
{
return kmalloc_node(sizeof(task_struct), GFP_KERNEL, node);
}

void free_task_struct(struct task_struct *p)
{
kfree(p);
}

static void core_sleep_idle(void)
{
#ifdef LED_DEBUG_SLEEP
Expand Down

0 comments on commit fee512f

Please sign in to comment.