-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
10 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.