|
|
| version 1.170, 2008/08/06 06:10:55 | version 1.171, 2008/10/03 04:30:43 |
|---|---|
| Line 131 | Line 131 |
| #define current_cpu() (raw_smp_processor_id()) | #define current_cpu() (raw_smp_processor_id()) |
| #define current_pid() (current->pid) | #define current_pid() (current->pid) |
| #define current_fsuid(cred) (current->fsuid) | |
| #define current_fsgid(cred) (current->fsgid) | |
| #define current_test_flags(f) (current->flags & (f)) | #define current_test_flags(f) (current->flags & (f)) |
| #define current_set_flags_nested(sp, f) \ | #define current_set_flags_nested(sp, f) \ |
| (*(sp) = current->flags, current->flags |= (f)) | (*(sp) = current->flags, current->flags |= (f)) |