summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python/Python
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-04-16 15:31:51 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-04-16 15:31:51 +0200
commit39cf6b34e34e02aa9bbec28295459769175681ad (patch)
treeac29072d48cbeca61a3848ee642ecf72a423f12c /sys/src/cmd/python/Python
parent433b18ec2b54387119abdeb0a85767cd92e4a23b (diff)
kernel: avoid posting note to kernel process in faulterror()
the intend of posting a note to the faulting process is to interrupt the syscall to give the note handler a chance to handle it. kernel processes however, have no note handlers and all the postnote() does is set up->notepending which will make the next attempt to sleep raise an Eintr[] error. this is harmless, but usually not what we want.
Diffstat (limited to 'sys/src/cmd/python/Python')
0 files changed, 0 insertions, 0 deletions