x86/mm/pageattr: Add a PUD error unwinding path
authorBorislav Petkov <bp@suse.de>
Thu, 31 Oct 2013 16:25:05 +0000 (17:25 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Sat, 2 Nov 2013 11:09:28 +0000 (11:09 +0000)
In case we encounter an error during the mapping of a region, we want to
unwind what we've established so far exactly the way we did the mapping.
This is the PUD part kept deliberately small for easier review.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found