Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71045
b: refs/heads/master
c: 01749f6
h: refs/heads/master
i:
  71043: 9677215
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 17, 2007
1 parent bb98065 commit ee6409b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 38 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: f16ee288545be36cdcc404e9b7c505eb0fe2633c
refs/heads/master: 01749f6d6d0aa677081d13a2685bad028b778c22
14 changes: 10 additions & 4 deletions trunk/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 trunk/include/asm-x86/tlb_32.h

This file was deleted.

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

This file was deleted.

0 comments on commit ee6409b

Please sign in to comment.