~ubuntu-branches/ubuntu/utopic/crash/utopic-proposed

« back to all changes in this revision

Viewing changes to xen_hyper_defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-05 12:54:24 UTC
  • mfrom: (0.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505125424-5q3qi10b5t8f1hc1
Tags: 4.0-6.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/01_spu_commands.dpatch:
    + SPU extension support
  - debian/rules:
    + Build SPU on powerpc

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
#define DIRECTMAP_VIRT_START  (0xffff830000000000)
65
65
#define DIRECTMAP_VIRT_END    (0xffff840000000000)
66
66
#define PAGE_OFFSET_XEN_HYPER DIRECTMAP_VIRT_START
 
67
#define XEN_VIRT_START        (0xffff828c80000000)
 
68
#define XEN_VIRT_ADDR(vaddr) \
 
69
    (((vaddr) >= XEN_VIRT_START) && ((vaddr) < DIRECTMAP_VIRT_START))
67
70
#endif
68
71
 
69
72
#ifdef IA64