]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/drivers-frst/include/io_regblock_port.h
Manual fix of bad merge.
[l4.git] / l4 / pkg / drivers-frst / include / io_regblock_port.h
index 36caba82977154f53ddcc2934d33fc990248740c..ea903bc12f80dac1d2b90bb38f5ce4e72b0baab4 100644 (file)
@@ -51,17 +51,8 @@ namespace L4
     void write32(unsigned long reg, unsigned int val) const
     { asm volatile("out %0, %w1" : : "a" (val), "Nd" (_base + reg)); }
 
-<<<<<<< HEAD
     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"); 
-       /*for (int i = 0; i < 1000000; i++);*/
-    }
->>>>>>> d8997e7... fiasco: drivers-frst: Get this code back to default state. Port interference problem was solved into the linux kernel configuration.
-
   private:
     unsigned long _base;
   };