Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93169
b: refs/heads/master
c: e04d0d0
h: refs/heads/master
i:
  93167: e6e4902
v: v3
  • Loading branch information
Isaku Yamahata authored and Ingo Molnar committed Apr 24, 2008
1 parent 27a866e commit 3a9cc6c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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: af711cda4f94b5fddcdc5eb4134387ae026e3171
refs/heads/master: e04d0d0767a9c272d3c7300fb7a5221c5e3a71eb
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-y := enlighten.o setup.o multicalls.o mmu.o \
events.o time.o manage.o xen-asm.o
time.o manage.o xen-asm.o

obj-$(CONFIG_SMP) += smp.o
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/xen-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

#include <linux/init.h>
#include <linux/irqreturn.h>
#include <xen/xen-ops.h>

/* These are code, but not functions. Defined in entry.S */
extern const char xen_hypervisor_callback[];
extern const char xen_failsafe_callback[];

void xen_copy_trap_info(struct trap_info *traps);

DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
DECLARE_PER_CPU(unsigned long, xen_cr3);
DECLARE_PER_CPU(unsigned long, xen_current_cr3);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/xen/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
obj-y += grant-table.o features.o
obj-y += grant-table.o features.o events.o
obj-y += xenbus/
3 changes: 1 addition & 2 deletions trunk/arch/x86/xen/events.c → trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@
#include <asm/xen/hypercall.h>
#include <asm/xen/hypervisor.h>

#include <xen/xen-ops.h>
#include <xen/events.h>
#include <xen/interface/xen.h>
#include <xen/interface/event_channel.h>

#include "xen-ops.h"

/*
* This lock protects updates to the following mapping and reference-count
* arrays. The lock does not need to be acquired to read the mapping tables.
Expand Down
8 changes: 8 additions & 0 deletions trunk/include/xen/xen-ops.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef INCLUDE_XEN_OPS_H
#define INCLUDE_XEN_OPS_H

#include <linux/percpu.h>

DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);

#endif /* INCLUDE_XEN_OPS_H */

0 comments on commit 3a9cc6c

Please sign in to comment.