Searched hist:10831 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/arm/linux/
H A Dprocess.ccdiff 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 Dprocess.ccdiff 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 Dsyscall_emul.ccdiff 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 Dsyscall_emul.hhdiff 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 95 milliseconds