~ressu/+junk/xen-debian

« back to all changes in this revision

Viewing changes to xen/arch/x86/cpu/cpu.h

  • Committer: sami at haahtinen
  • Author(s): Bastian Blank
  • Date: 2011-03-17 14:12:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: sami@haahtinen.name-20110317141245-owgqox0l0p3g5857
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Build documentation using pdflatex.
* Use python 2.6. (closes: #596545)
* Fix lintian override.
* Install new tools: xl, xenpaging.
* Enable blktap2.
  - Use own md5 implementation.
  - Fix includes.
  - Fix linking of blktap2 binaries.
  - Remove optimization setting.
* Temporarily disable hvmloader, wants to download ipxe.
* Remove xenstored pid check from xl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
extern struct cpu_dev * cpu_devs [X86_VENDOR_NUM];
23
23
 
 
24
extern unsigned int opt_cpuid_mask_ecx, opt_cpuid_mask_edx;
 
25
extern unsigned int opt_cpuid_mask_ext_ecx, opt_cpuid_mask_ext_edx;
 
26
 
24
27
extern int get_model_name(struct cpuinfo_x86 *c);
25
28
extern void display_cacheinfo(struct cpuinfo_x86 *c);
26
29