~ubuntu-branches/ubuntu/lucid/xenomai/lucid

« back to all changes in this revision

Viewing changes to include/asm-arm/wrappers.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-06-24 22:17:01 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090624221701-mwnah8aj90zmp6uj
Tags: 2.4.8-2ubuntu1
* Merge from debian unstable (LP: #391918), remaining changes:
  - Add lpia to supported architectures.
  - debian/rules: Create file for debhelper to pick up, use debhelper to
    install it.
  - debian/libxenomai1.dirs: Do not create directory.
  - debian/libxenomai1.preinst: Remove symlink on upgrade, remove old udev.
    rule unless modified in which case move to new name.
  - debian/libxenomai1.postinst: Do not create symlink.
  - debian/libxenomai1.postrm: No symlink to remove.
  - Bump build-depend on debhelper to install udev rules into
    /lib/udev/rules.d, add Breaks on udev to get correct version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <asm-generic/xenomai/wrappers.h> /* Read the generic portion. */
28
28
#include <linux/interrupt.h>
29
29
 
 
30
#define wrap_phys_mem_prot(filp,pfn,size,prot)  (prot)
 
31
 
30
32
#define wrap_range_ok(task,addr,size) ({ \
31
33
        unsigned long flag, sum; \
32
34
        __asm__("adds %1, %2, %3; sbcccs %1, %1, %0; movcc %0, #0" \
96
98
        __ipipe_mach_set_dec(__ipipe_mach_ticks_per_jiffy)
97
99
#endif /* IPIPE < 1.5-03 */
98
100
 
 
101
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23)
 
102
#define FPEXC_EN FPEXC_ENABLE
 
103
#endif
 
104
 
99
105
#endif /* _XENO_ASM_ARM_WRAPPERS_H */
100
106
 
101
107
// vim: ts=4 et sw=4 sts=4