Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99399
b: refs/heads/master
c: 0db125c
h: refs/heads/master
i:
  99397: 9965539
  99395: 996fb1a
  99391: bb77db2
v: v3
  • Loading branch information
Vegard Nossum authored and Ingo Molnar committed Jun 18, 2008
1 parent 7695e91 commit 48b7c04
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6e07d8a2d2989c1f42287131308aa2fde253631
refs/heads/master: 0db125c467afcbcc229abb1a87bc36ef72777dc2
1 change: 1 addition & 0 deletions trunk/include/asm-x86/seccomp_64.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifndef _ASM_SECCOMP_H
#define _ASM_SECCOMP_H

#include <linux/thread_info.h>

Expand Down
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/suspend_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* Based on code
* Copyright 2001 Patrick Mochel <mochel@osdl.org>
*/
#ifndef __ASM_X86_32_SUSPEND_H
#define __ASM_X86_32_SUSPEND_H

#include <asm/desc.h>
#include <asm/i387.h>

Expand Down Expand Up @@ -44,3 +47,5 @@ static inline void acpi_save_register_state(unsigned long return_point)
/* routines for saving/restoring kernel state */
extern int acpi_save_state_mem(void);
#endif

#endif /* __ASM_X86_32_SUSPEND_H */
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/xor_32.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef ASM_X86__XOR_32_H
#define ASM_X86__XOR_32_H

/*
* Optimized RAID-5 checksumming functions for MMX and SSE.
*
Expand Down Expand Up @@ -881,3 +884,5 @@ do { \
deals with a load to a line that is being prefetched. */
#define XOR_SELECT_TEMPLATE(FASTEST) \
(cpu_has_xmm ? &xor_block_pIII_sse : FASTEST)

#endif /* ASM_X86__XOR_32_H */
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/xor_64.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef ASM_X86__XOR_64_H
#define ASM_X86__XOR_64_H

/*
* Optimized RAID-5 checksumming functions for MMX and SSE.
*
Expand Down Expand Up @@ -354,3 +357,5 @@ do { \
We may also be able to load into the L1 only depending on how the cpu
deals with a load to a line that is being prefetched. */
#define XOR_SELECT_TEMPLATE(FASTEST) (&xor_block_sse)

#endif /* ASM_X86__XOR_64_H */

0 comments on commit 48b7c04

Please sign in to comment.