Skip to content

Commit

Permalink
um: kill shared/tlb.h
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent c75d053 commit 445c578
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions arch/um/include/shared/tlb.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/um/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#include <linux/threads.h>
#include <asm/current.h>
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
#include <asm/uaccess.h>
#include "as-layout.h"
#include "kern_util.h"
#include "os.h"
#include "skas.h"
#include "tlb.h"

/*
* This is a per-cpu array. A processor only modifies its entry and it only
Expand Down
1 change: 0 additions & 1 deletion arch/um/kernel/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "mem_user.h"
#include "os.h"
#include "skas.h"
#include "tlb.h"

struct host_vm_change {
struct host_vm_op {
Expand Down

0 comments on commit 445c578

Please sign in to comment.