Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99410
b: refs/heads/master
c: 84e65b0
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and Ingo Molnar committed Jul 4, 2008
1 parent dca6d7d commit f38572f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 95c60b08c6af6db2165837139da10f593462d51c
refs/heads/master: 84e65b0a84a2c856bef36f13d122047678408b0a
6 changes: 1 addition & 5 deletions trunk/include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,12 @@ struct tss_struct {
unsigned long io_bitmap_max;
struct thread_struct *io_bitmap_owner;

/*
* Pad the TSS to be cacheline-aligned (size is 0x100):
*/
unsigned long __cacheline_filler[35];
/*
* .. and then another 0x100 bytes for the emergency kernel stack:
*/
unsigned long stack[64];

} __attribute__((packed));
} ____cacheline_aligned;

DECLARE_PER_CPU(struct tss_struct, init_tss);

Expand Down

0 comments on commit f38572f

Please sign in to comment.