Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avr32: add varargs handling of prctl syscall | Hans-Christian Egtvedt | 2010-01-21 | 1 | -0/+36 |
prctl is defined to use varargs in the header file, hence it needs varargs specific handling in the source. This patch properly handles the variodic argument before the syscall is passed to the kernel for the AVR32 architecture. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> |