Re: [PATCH v7 10/19] xen: add hook for AP bootstrap memory reservation

2013-12-21 Thread Konstantin Belousov
On Thu, Dec 19, 2013 at 07:54:47PM +0100, Roger Pau Monne wrote: This hook will only be implemented for bare metal, Xen doesn't require any bootstrap code since APs are started in long mode with paging enabled. --- sys/amd64/amd64/machdep.c |6 +- sys/amd64/include/sysarch.h |

[PATCH v7 10/19] xen: add hook for AP bootstrap memory reservation

2013-12-19 Thread Roger Pau Monne
This hook will only be implemented for bare metal, Xen doesn't require any bootstrap code since APs are started in long mode with paging enabled. --- sys/amd64/amd64/machdep.c |6 +- sys/amd64/include/sysarch.h |3 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git