X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/2bc5c9e061eb8efafed94fb9400cdb2924d61d18..e3e88cd02e4e26d0d588e4c756f63f7aa9447267:/l4/pkg/drivers-frst/include/io_regblock_port.h diff --git a/l4/pkg/drivers-frst/include/io_regblock_port.h b/l4/pkg/drivers-frst/include/io_regblock_port.h index 62cdeb28f..121c3fe84 100644 --- a/l4/pkg/drivers-frst/include/io_regblock_port.h +++ b/l4/pkg/drivers-frst/include/io_regblock_port.h @@ -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;