~ubuntu-branches/ubuntu/lucid/linux-ec2/lucid-updates

« back to all changes in this revision

Viewing changes to arch/x86/include/mach-xen/asm/hypervisor.h

  • Committer: Package Import Robot
  • Author(s): Stefan Bader, Stefan Bader, Ubuntu: 2.6.32-41.93, Ubuntu: 2.6.32-41.92
  • Date: 2012-06-25 11:20:40 UTC
  • Revision ID: package-import@ubuntu.com-20120625112040-wzaxopp63rrykjci
Tags: 2.6.32-346.51
[ Stefan Bader ]

* SAUCE: Update spinlock handling code
  - LP: #929941
* SAUCE: Use ticket locks for Xen 3.0.2+
  - LP: #929941
* Rebased to Ubuntu-2.6.32-41.93
* Release Tracking Bug
  - LP: #1021084

[ Ubuntu: 2.6.32-41.93 ]

* No change upload to fix .ddeb generation in the PPA.

[ Ubuntu: 2.6.32-41.92 ]

* drm/i915: Move Pineview CxSR and watermark code into update_wm hook.
  - LP: #1004707
* drm/i915: Add CxSR support on Pineview DDR3
  - LP: #1004707

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
#define init_hypervisor(c) ((void)((c)->x86_hyper_vendor = X86_HYPER_VENDOR_XEN))
87
87
#define init_hypervisor_platform() init_hypervisor(&boot_cpu_data)
88
88
 
 
89
struct vcpu_runstate_info *setup_runstate_area(unsigned int cpu);
 
90
 
89
91
/* arch/xen/kernel/evtchn.c */
90
92
/* Force a proper event-channel callback from Xen. */
91
93
void force_evtchn_callback(void);