linux/arch/microblaze/include
Michal Simek 8543e6c967 microblaze: Use unsigned return type in do_syscall_trace_enter
Registers are not signed types.

The patch removes warnings:
arch/microblaze/kernel/ptrace.c: In function 'do_syscall_trace_enter':
arch/microblaze/kernel/ptrace.c:152:14: warning: signed and unsigned
type in conditional expression [-Wsign-compare]
  return ret ?: regs->r12;

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2015-01-05 12:36:43 +01:00
..
asm microblaze: Use unsigned return type in do_syscall_trace_enter 2015-01-05 12:36:43 +01:00
uapi/asm microblaze: Wire-up execveat syscall 2015-01-05 12:36:40 +01:00