Skip to content

Commit 8d4a017

Browse files
Davidlohr Buesotorvalds
authored andcommitted
cris: use generic current.h
Given that the arch does not add its own implementations, simply use the asm-generic/current.h (generic-y) header instead of duplicating code. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: Jesper Nilsson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f1ef09f commit 8d4a017

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

arch/cris/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ generic-y += barrier.h
44
generic-y += bitsperlong.h
55
generic-y += clkdev.h
66
generic-y += cmpxchg.h
7+
generic-y += current.h
78
generic-y += device.h
89
generic-y += div64.h
910
generic-y += errno.h

arch/cris/include/asm/current.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)