Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47456
b: refs/heads/master
c: c59bce6
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 11, 2007
1 parent 651473c commit 6c34337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: c862fc32a3ee4319c652f4ff39462d030120c380
refs/heads/master: c59bce6262f9511c8e2504231f60609bf7332833
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/mconsole_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ struct unplugged_pages {

static DECLARE_MUTEX(plug_mem_mutex);
static unsigned long long unplugged_pages_count = 0;
static struct list_head unplugged_pages = LIST_HEAD_INIT(unplugged_pages);
static LIST_HEAD(unplugged_pages);
static int unplug_index = UNPLUGGED_PER_PAGE;

static int mem_config(char *str, char **error_out)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/port_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static int port_accept(struct port_list *port)
}

static DECLARE_MUTEX(ports_sem);
static struct list_head ports = LIST_HEAD_INIT(ports);
static LIST_HEAD(ports);

void port_work_proc(struct work_struct *unused)
{
Expand Down

0 comments on commit 6c34337

Please sign in to comment.