Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 20:09:06 +0000 (13:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 20:09:06 +0000 (13:09 -0700)
Pull trivial module and virtio fixes from Rusty Russell.

Apparently these were meant for 3.10, but came in after the release.

* tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  modpost.c: Add .text.unlikely to TEXT_SECTIONS

* tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  virtio: remove virtqueue_add_buf().
  lguest: rename i386_head.S
  virtio_blk: Add missing 'static' qualifiers
  virtio: console: Add emergency writeonly register to config space
  virtio_pci: better macro exported in uapi

1  2  3 
include/uapi/linux/virtio_console.h

   /* Feature bits */
   #define VIRTIO_CONSOLE_F_SIZE        0       /* Does host provide console size? */
   #define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */
++ #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
   
 --#define VIRTIO_CONSOLE_BAD_ID                (~(u32)0)
 ++#define VIRTIO_CONSOLE_BAD_ID                (~(__u32)0)
   
   struct virtio_console_config {
        /* colums of the screens */