aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/xen-detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/xen-detect.c')
-rw-r--r--tools/misc/xen-detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/xen-detect.c b/tools/misc/xen-detect.c
index c50cf185ac..7bb767989a 100644
--- a/tools/misc/xen-detect.c
+++ b/tools/misc/xen-detect.c
@@ -52,7 +52,7 @@ static int check_for_xen(void)
char signature[13];
uint32_t base;
- for ( base = 0x40000000; base < 0x40001000; base += 0x100 )
+ for ( base = 0x40000000; base < 0x40010000; base += 0x100 )
{
cpuid(base, &eax, &ebx, &ecx, &edx);