> - if it's naturally aligned, it couldn't be page crossing ANYWAY
With the current code it doesn't need to be atomic anyways because
all patching is done with other CPUs stopped, except for kprobes
but those only ever write a single byte.
So all these checks can be just removed.
-Andi
--