Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81437
b: refs/heads/master
c: e95035c
h: refs/heads/master
i:
  81435: 544dd58
v: v3
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Jan 31, 2008
1 parent a5658e9 commit 32fa2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 24af8cb86973dde9bf8df51bef923fda8718bdb5
refs/heads/master: e95035c61a4c3dae1aa543a5bf5b39846daca061
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/x86/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void copy_in_guest_info(struct lg_cpu *cpu, struct lguest_pages *pages)
/* Set up the two "TSS" members which tell the CPU what stack to use
* for traps which do directly into the Guest (ie. traps at privilege
* level 1). */
pages->state.guest_tss.esp1 = cpu->esp1;
pages->state.guest_tss.sp1 = cpu->esp1;
pages->state.guest_tss.ss1 = cpu->ss1;

/* Copy direct-to-Guest trap entries. */
Expand Down

0 comments on commit 32fa2cc

Please sign in to comment.