-
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.
- Loading branch information
Thomas Gleixner
authored and
Thomas Gleixner
committed
Oct 17, 2007
1 parent
bb98065
commit ee6409b
Showing
4 changed files
with
11 additions
and
38 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f16ee288545be36cdcc404e9b7c505eb0fe2633c | ||
refs/heads/master: 01749f6d6d0aa677081d13a2685bad028b778c22 |
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.