kernel: header tweaks
authorAlan Cox <alan@linux.intel.com>
Tue, 22 Jan 2019 23:49:09 +0000 (23:49 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 22 Jan 2019 23:49:09 +0000 (23:49 +0000)
commit52fca461cb67b6bec30e3bb6b0abd0dd697e2ee8
tree622607128e5e8dee28da3dd8eff7d2810304013b
parentc2218bd0130cd2d1c2d04d5638779b0463231cca
kernel: header tweaks

We add a new method to set p->p_udata on platform basis
We allow the page switch code to be passed a death argument so that flat and
similar models can do a one way copy if they are copying store to direct
mapped and the existing direct map is dead

(It's a common case when you fork and execve. The child has to put the parent
back but there's no point saving the child as it's going to free and realloc
a mapping)
Kernel/include/kernel.h
Kernel/include/kernel32.h