From d312018c62135ba08a070f5e59c9ee7f51672d88 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 31 Oct 2014 19:15:45 +0000 Subject: [PATCH] PORTING: Clarify map_save/restore --- Kernel/PORTING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/PORTING b/Kernel/PORTING index 6abe8e20..841a80cf 100644 --- a/Kernel/PORTING +++ b/Kernel/PORTING @@ -212,7 +212,8 @@ map_restore(*) - Restore to the saved mapping state These two routines will be called with the same common mapped in all cases. The state can therefore - be saved to common memory. + be saved to common memory. (A task switch will + exit via map_process_always rather than a restore). outchar(*) - Output the character in A to your debug device. Affect no other registers -- 2.34.1