~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/x86/kernel/acpi/realmode/wakeup.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        u32 pmode_efer_low;     /* Protected mode EFER */
22
22
        u32 pmode_efer_high;
23
23
        u64 pmode_gdt;
 
24
        u32 pmode_misc_en_low;  /* Protected mode MISC_ENABLE */
 
25
        u32 pmode_misc_en_high;
 
26
        u32 pmode_behavior;     /* Wakeup routine behavior flags */
24
27
        u32 realmode_flags;
25
28
        u32 real_magic;
26
29
        u16 trampoline_segment; /* segment with trampoline code, 64-bit only */
39
42
#define WAKEUP_HEADER_SIGNATURE 0x51ee1111
40
43
#define WAKEUP_END_SIGNATURE    0x65a22c82
41
44
 
 
45
/* Wakeup behavior bits */
 
46
#define WAKEUP_BEHAVIOR_RESTORE_MISC_ENABLE     0
 
47
 
42
48
#endif /* ARCH_X86_KERNEL_ACPI_RM_WAKEUP_H */