diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2010-05-17 19:30:58 -0400 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2010-05-17 19:30:58 -0400 |
| commit | 0b28330e39bbe0ffee4c56b09fc415fcec595ea3 (patch) | |
| tree | fcf504879883763557e696eff81427b1ab78f76b /arch/s390/include/asm/system.h | |
| parent | 058276303dbc4ed089c1f7dad0871810b1f5ddf1 (diff) | |
| parent | caa20d974c86af496b419eef70010e63b7fab7ac (diff) | |
Merge branch 'ioat' into dmaengine
Diffstat (limited to 'arch/s390/include/asm/system.h')
| -rw-r--r-- | arch/s390/include/asm/system.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/s390/include/asm/system.h b/arch/s390/include/asm/system.h index 67ee6c3c6bb3..1741c1556a4e 100644 --- a/arch/s390/include/asm/system.h +++ b/arch/s390/include/asm/system.h | |||
| @@ -110,6 +110,7 @@ extern void pfault_fini(void); | |||
| 110 | #endif /* CONFIG_PFAULT */ | 110 | #endif /* CONFIG_PFAULT */ |
| 111 | 111 | ||
| 112 | extern void cmma_init(void); | 112 | extern void cmma_init(void); |
| 113 | extern int memcpy_real(void *, void *, size_t); | ||
| 113 | 114 | ||
| 114 | #define finish_arch_switch(prev) do { \ | 115 | #define finish_arch_switch(prev) do { \ |
| 115 | set_fs(current->thread.mm_segment); \ | 116 | set_fs(current->thread.mm_segment); \ |
| @@ -218,8 +219,8 @@ __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) | |||
| 218 | " l %0,%2\n" | 219 | " l %0,%2\n" |
| 219 | "0: nr %0,%5\n" | 220 | "0: nr %0,%5\n" |
| 220 | " lr %1,%0\n" | 221 | " lr %1,%0\n" |
| 221 | " or %0,%2\n" | 222 | " or %0,%3\n" |
| 222 | " or %1,%3\n" | 223 | " or %1,%4\n" |
| 223 | " cs %0,%1,%2\n" | 224 | " cs %0,%1,%2\n" |
| 224 | " jnl 1f\n" | 225 | " jnl 1f\n" |
| 225 | " xr %1,%0\n" | 226 | " xr %1,%0\n" |
| @@ -239,8 +240,8 @@ __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) | |||
| 239 | " l %0,%2\n" | 240 | " l %0,%2\n" |
| 240 | "0: nr %0,%5\n" | 241 | "0: nr %0,%5\n" |
| 241 | " lr %1,%0\n" | 242 | " lr %1,%0\n" |
| 242 | " or %0,%2\n" | 243 | " or %0,%3\n" |
| 243 | " or %1,%3\n" | 244 | " or %1,%4\n" |
| 244 | " cs %0,%1,%2\n" | 245 | " cs %0,%1,%2\n" |
| 245 | " jnl 1f\n" | 246 | " jnl 1f\n" |
| 246 | " xr %1,%0\n" | 247 | " xr %1,%0\n" |
