mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 12:07:49 +02:00
Ugly trick to help make malloc not sleeping - we can't do anything else. But this is not yet optimal, since spinlock don't trigger in_atomic() when preemption is disabled. Also, even if ugly, this was already used in one place, and was even more bogus. Fix it. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| drivers | ||
| include | ||
| skas | ||
| sys-i386 | ||
| sys-x86_64 | ||
| aio.c | ||
| elf_aux.c | ||
| file.c | ||
| helper.c | ||
| main.c | ||
| Makefile | ||
| mem.c | ||
| process.c | ||
| signal.c | ||
| start_up.c | ||
| time.c | ||
| trap.c | ||
| tt.c | ||
| tty.c | ||
| uaccess.c | ||
| umid.c | ||
| user_syms.c | ||
| util.c | ||