Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136717
b: refs/heads/master
c: e4d0407
h: refs/heads/master
i:
  136715: c4009d2
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and H. Peter Anvin committed Feb 5, 2009
1 parent e556be6 commit 06da490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: 5393744b71ce797f1b1546fafaed127fc50c2b61
refs/heads/master: e4d0407185cdbdcfd99fc23bde2e5454bbc46329
14 changes: 1 addition & 13 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,7 @@ struct shared_info *HYPERVISOR_shared_info = (void *)&xen_dummy_shared_info;
*
* 0: not available, 1: available
*/
static int have_vcpu_info_placement =
#ifdef CONFIG_X86_32
1
#else
0
#endif
;

static int have_vcpu_info_placement = 1;

static void xen_vcpu_setup(int cpu)
{
Expand Down Expand Up @@ -914,11 +907,6 @@ asmlinkage void __init xen_start_kernel(void)

machine_ops = xen_machine_ops;

#ifdef CONFIG_X86_64
/* Disable until direct per-cpu data access. */
have_vcpu_info_placement = 0;
#endif

#ifdef CONFIG_X86_64
/*
* Setup percpu state. We only need to do this for 64-bit
Expand Down

0 comments on commit 06da490

Please sign in to comment.