|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix bug #68: x86_64 build break - `pgd_cache' undeclared
ChangeSet 1.1637.1.1, 2005/06/02 14:56:30+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
Fix bug #68: x86_64 build break - `pgd_cache' undeclared
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=68
reboot.c:
Fix x86_64 build.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
reboot.c | 2 ++
1 files changed, 2 insertions(+)
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
--- a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c 2005-06-02 10:03:00
-04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c 2005-06-02 10:03:00
-04:00
@@ -103,8 +103,10 @@
__cli();
+#ifdef __i386__
mm_pin_all();
kmem_cache_shrink(pgd_cache);
+#endif
netif_suspend();
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix bug #68: x86_64 build break - `pgd_cache' undeclared,
BitKeeper Bot <=
|
|
|
|
|