diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:07:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:07:03 -0800 |
| commit | 3544b3289d633721041f6d96d0efee8f79cd435b (patch) | |
| tree | a5b201286eb880200347c923b115a19b97b7ff3d /include/asm-cris/processor.h | |
| parent | 27c07b258df990ce981108198eca19b2512a202a (diff) | |
v2.4.3 -> v2.4.3.1
- Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
for)
- Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
memory allocation when writing out NFS data under low memory conditions.
Fix up BKL and RPC interactions.
- Jeff Garzik: tulip network driver update
- fix truncate to call down to the filesystem with the kernel lock.
- David Mosberger: ia64 update
- David Mosberger: simplify ELF program header generation.
- Alan Cox: merge from -ac series
- Jeff Garzik: make serial.c recognize modem devices properly
Diffstat (limited to 'include/asm-cris/processor.h')
| -rw-r--r-- | include/asm-cris/processor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-cris/processor.h b/include/asm-cris/processor.h index 5df5e26a4c07..854d1d382355 100644 --- a/include/asm-cris/processor.h +++ b/include/asm-cris/processor.h @@ -1,7 +1,7 @@ /* * include/asm-cris/processor.h * - * Copyright (C) 2000 Axis Communications AB + * Copyright (C) 2000, 2001 Axis Communications AB * * Authors: Bjorn Wesen Initial version * @@ -58,9 +58,6 @@ struct thread_struct { #define current_regs() (current->thread.esp0) -/* this lives in process.c */ -asmlinkage void set_esp0(unsigned long ssp); - /* INIT_MMAP is the kernels map of memory, between KSEG_C and KSEG_D */ #ifdef CONFIG_CRIS_LOW_MAP |
