Skip to content

Commit

Permalink
x86: unify include/asm/tlb_32/64.h
Browse files Browse the repository at this point in the history
Same file, except for whitespace, comment formatting.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 17, 2007
1 parent f16ee28 commit 01749f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 37 deletions.
14 changes: 10 additions & 4 deletions include/asm-x86/tlb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#ifdef CONFIG_X86_32
# include "tlb_32.h"
#else
# include "tlb_64.h"
#ifndef _ASM_X86_TLB_H
#define _ASM_X86_TLB_H

#define tlb_start_vma(tlb, vma) do { } while (0)
#define tlb_end_vma(tlb, vma) do { } while (0)
#define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)

#include <asm-generic/tlb.h>

#endif
20 changes: 0 additions & 20 deletions include/asm-x86/tlb_32.h

This file was deleted.

13 changes: 0 additions & 13 deletions include/asm-x86/tlb_64.h

This file was deleted.

0 comments on commit 01749f6

Please sign in to comment.