Skip to content

Commit

Permalink
parisc: Drop exception_data struct
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Aug 22, 2017
1 parent 76cffeb commit da3dc73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/lib/memcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <linux/compiler.h>
#include <linux/uaccess.h>

DECLARE_PER_CPU(struct exception_data, exception_data);

#define get_user_space() (uaccess_kernel() ? 0 : mfsp(3))
#define get_kernel_space() (0)

Expand Down

0 comments on commit da3dc73

Please sign in to comment.