On 07/24/11 03:33, Thomas Gleixner wrote: > Dear RT Folks, > > I'm pleased to announce the 3.0-rt3 release. ARM panda board for PREEMPT_RT_FULL, new compile warnings: kernel/softirq.c:105: warning: format '%02lx' expects type 'long unsigned int', but argument 2 has type 'u32' kernel/trace/ring_buffer.c: In function 'trace_recursive_fail': kernel/trace/ring_buffer.c:2217: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'int' kernel/lockdep.c: In function 'print_bad_irq_dependency': kernel/lockdep.c:1476: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int' kernel/lockdep.c: In function 'print_usage_bug': kernel/lockdep.c:2193: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int' drivers/tty/serial/8250.c: In function 'serial8250_interrupt': drivers/tty/serial/8250.c:1642: warning: unused variable 'pass_counter' .config is attached or use this recipe: make omap2plus_defconfig Then additional config changes: # this allows USB thumb drive # Device Drivers -> USB support -> EHCI HCD (USB 2.0) support CONFIG_USB_EHCI_HCD=y # Device Drivers -> USB support -> EHCI support for OMAP3 and later chips CONFIG_USB_EHCI_HCD_OMAP=y # ethernet device # Device Drivers -> Network device support -> USB Network Adapters -> # Multi-purpose USB Networking Framework -> # SMSC LAN95XX based USB 2.0 10/100 ethernet devices CONFIG_USB_NET_SMSC95XX=y # Kernel Features -> Preemption Model -> Fully Preemptible Kernel (RT) -Frank