Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200250
b: refs/heads/master
c: ffe57d0
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jun 9, 2010
1 parent b284a21 commit c3b3086
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79907d89c397b8bc2e05b347ec94e928ea919d33
refs/heads/master: ffe57d02b23ebc5422cf81566b3ce566d68a3e22
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
/* MS be sure that SLAB allocates aligned objects */
#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES

#define ARCH_SLAB_MINALIGN L1_CACHE_BYTES

#define PAGE_UP(addr) (((addr)+((PAGE_SIZE)-1))&(~((PAGE_SIZE)-1)))
#define PAGE_DOWN(addr) ((addr)&(~((PAGE_SIZE)-1)))

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ const static struct file_operations vhost_net_fops = {
};

static struct miscdevice vhost_net_misc = {
MISC_DYNAMIC_MINOR,
VHOST_NET_MINOR,
"vhost-net",
&vhost_net_fops,
};
Expand Down
7 changes: 1 addition & 6 deletions trunk/include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
#include <linux/module.h>
#include <linux/major.h>

/*
* These allocations are managed by device@lanana.org. If you use an
* entry that is not in assigned your entry may well be moved and
* reassigned, or set dynamic if a fixed value is not justified.
*/

#define PSMOUSE_MINOR 1
#define MS_BUSMOUSE_MINOR 2
#define ATIXL_BUSMOUSE_MINOR 3
Expand Down Expand Up @@ -36,6 +30,7 @@
#define HPET_MINOR 228
#define FUSE_MINOR 229
#define KVM_MINOR 232
#define VHOST_NET_MINOR 233
#define BTRFS_MINOR 234
#define AUTOFS_MINOR 235
#define MISC_DYNAMIC_MINOR 255
Expand Down

0 comments on commit c3b3086

Please sign in to comment.