Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213300
b: refs/heads/master
c: 2f81a18
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Oct 22, 2010
1 parent 500991d commit 1e29351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 22e58f9de5d140116eb3a30d5e54396e3030bed2
refs/heads/master: 2f81a18446c3061b74f4770eb95adeba2a864b0f
3 changes: 0 additions & 3 deletions trunk/arch/m68k/kernel/sys_m68k.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>
Expand Down Expand Up @@ -377,7 +376,6 @@ sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len)
struct vm_area_struct *vma;
int ret = -EINVAL;

lock_kernel();
if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL ||
cache & ~FLUSH_CACHE_BOTH)
goto out;
Expand Down Expand Up @@ -446,7 +444,6 @@ sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len)
}
}
out:
unlock_kernel();
return ret;
}

Expand Down

0 comments on commit 1e29351

Please sign in to comment.