]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/drivers-frst/include/io_regblock_port.h
fiasco: drivers-frst: Force bootstrap not to use delay() with port 0x80.
[l4.git] / l4 / pkg / drivers-frst / include / io_regblock_port.h
index 62cdeb28fcd3f1e27b1bb32463eeb1690db81076..121c3fe84433cb4bd5479ca1803f313fa1b60e72 100644 (file)
@@ -51,8 +51,8 @@ namespace L4
     void write32(unsigned long reg, unsigned int val) const
     { asm volatile("out %0, %w1" : : "a" (val), "Nd" (_base + reg)); }
 
-    void delay() const
-    { asm volatile ("outb %al,$0x80"); }
+    void delay() const //root linux in jailhouse have a problem when cell used port 0x80
+    {/* asm volatile ("outb %al,$0x80"); */}
 
   private:
     unsigned long _base;