Searched hist:10831 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/arm/linux/ | ||
H A D | process.cc | diff 10831:fbdaa08aaa42 Tue May 05 12:25:00 EDT 2015 Steve Reinhardt <steve.reinhardt@amd.com> syscall_emul: fix warn_once behavior The current ignoreWarnOnceFunc doesn't really work as expected, since it will only generate one warning total, for whichever "warn-once" syscall is invoked first. This patch fixes that behavior by keeping a "warned" flag in the SyscallDesc object, allowing suitably flagged syscalls to warn exactly once per syscall. |
/gem5/src/arch/x86/linux/ | ||
H A D | process.cc | diff 10831:fbdaa08aaa42 Tue May 05 12:25:00 EDT 2015 Steve Reinhardt <steve.reinhardt@amd.com> syscall_emul: fix warn_once behavior The current ignoreWarnOnceFunc doesn't really work as expected, since it will only generate one warning total, for whichever "warn-once" syscall is invoked first. This patch fixes that behavior by keeping a "warned" flag in the SyscallDesc object, allowing suitably flagged syscalls to warn exactly once per syscall. |
/gem5/src/sim/ | ||
H A D | syscall_emul.cc | diff 10831:fbdaa08aaa42 Tue May 05 12:25:00 EDT 2015 Steve Reinhardt <steve.reinhardt@amd.com> syscall_emul: fix warn_once behavior The current ignoreWarnOnceFunc doesn't really work as expected, since it will only generate one warning total, for whichever "warn-once" syscall is invoked first. This patch fixes that behavior by keeping a "warned" flag in the SyscallDesc object, allowing suitably flagged syscalls to warn exactly once per syscall. |
H A D | syscall_emul.hh | diff 10831:fbdaa08aaa42 Tue May 05 12:25:00 EDT 2015 Steve Reinhardt <steve.reinhardt@amd.com> syscall_emul: fix warn_once behavior The current ignoreWarnOnceFunc doesn't really work as expected, since it will only generate one warning total, for whichever "warn-once" syscall is invoked first. This patch fixes that behavior by keeping a "warned" flag in the SyscallDesc object, allowing suitably flagged syscalls to warn exactly once per syscall. |
Completed in 93 milliseconds