Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334839
b: refs/heads/master
c: f880b67
h: refs/heads/master
i:
  334837: 7ad087a
  334835: e253d66
  334831: 7c3fdbb
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 9, 2012
1 parent ded2661 commit 11f52bf
Show file tree
Hide file tree
Showing 4 changed files with 5 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: f3accb122f2c758494a6db3b9e9a8cd62aafcf83
refs/heads/master: f880b67dcbdedb49453f88d2ccb1a0937b046d82
1 change: 1 addition & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,7 @@ config XEN_DOM0
config XEN
bool "Xen guest support on ARM (EXPERIMENTAL)"
depends on EXPERIMENTAL && ARM && OF
depends on CPU_V7 && !CPU_V6
help
Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ menu "Xen driver support"

config XEN_BALLOON
bool "Xen memory balloon driver"
depends on !ARM
default y
help
The balloon driver allows the Xen domain to request more memory from
Expand Down Expand Up @@ -145,6 +146,7 @@ config SWIOTLB_XEN

config XEN_TMEM
bool
depends on !ARM
default y if (CLEANCACHE || FRONTSWAP)
help
Shim to interface in-kernel Transcendent Memory hooks
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/xen/sys-hypervisor.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/kobject.h>
#include <linux/err.h>

#include <asm/xen/hypervisor.h>
#include <asm/xen/hypercall.h>
Expand Down

0 comments on commit 11f52bf

Please sign in to comment.