syscall_emul: Implement clock_getres() system call
authorMichael LeBeane <Michael.Lebeane@amd.com>
Sat, 13 Feb 2016 17:33:07 +0000 (12:33 -0500)
committerMichael LeBeane <Michael.Lebeane@amd.com>
Sat, 13 Feb 2016 17:33:07 +0000 (12:33 -0500)
commit8d923c7380f1d5a1418c1d4b71cd4cfc63429448
tree285c24352dcd930758c4b8eb5d05966213b4fff8
parentc6cede244b431c167ac0213d89ad2bd7a0abbd96
syscall_emul: Implement clock_getres() system call

This patch implements the clock_getres() system call for arm and x86 in linux
SE mode.
src/arch/arm/linux/process.cc
src/arch/x86/linux/process.cc
src/sim/syscall_emul.hh