Index: kernel/arch/ia32/src/boot/boot.S
===================================================================
--- kernel/arch/ia32/src/boot/boot.S	(revision b1120555cfd5ff9424fc232e7288d08996b579c7)
+++ kernel/arch/ia32/src/boot/boot.S	(revision f4fa6d97622246b092c84b7d84bfeffa10cbe6a4)
@@ -96,20 +96,4 @@
 	
 	pm_status $status_prot
-	
-	movl $(INTEL_CPUID_LEVEL), %eax
-	cpuid
-	cmp $0x0, %eax  /* any function > 0? */
-	jbe pse_unsupported
-	
-	movl $(INTEL_CPUID_STANDARD), %eax
-	cpuid
-	bt $(INTEL_PSE), %edx
-	jc pse_supported
-	
-	pse_unsupported:
-		
-		pm_error $err_pse
-	
-	pse_supported:
 	
 #include "vesa_prot.inc"
