Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106976
b: refs/heads/master
c: 0a70721
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Weiner authored and Rusty Russell committed Jul 28, 2008
1 parent a5b923f commit de4a943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c12091d82e48dc423fb1f51eb0062c557a084af
refs/heads/master: 0a707210aa1b8ac40fe781b2a9d0b203b6ebb921
1 change: 1 addition & 0 deletions trunk/drivers/lguest/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ static void unmap_switcher(void)
/* Now we just need to free the pages we copied the switcher into */
for (i = 0; i < TOTAL_SWITCHER_PAGES; i++)
__free_pages(switcher_page[i], 0);
kfree(switcher_page);
}

/*H:032
Expand Down

0 comments on commit de4a943

Please sign in to comment.