Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154610
b: refs/heads/master
c: fa276f3
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Tony Luck committed Jun 30, 2009
1 parent 265379a commit cc182db
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: 58782b34e9ffcc04619634efe9658263344ed188
refs/heads/master: fa276f36f3d8743295e067fb483b42dca8bd1ece
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -5603,7 +5603,7 @@ pfm_interrupt_handler(int irq, void *arg)
* /proc/perfmon interface, for debug only
*/

#define PFM_PROC_SHOW_HEADER ((void *)nr_cpu_ids+1)
#define PFM_PROC_SHOW_HEADER ((void *)(long)nr_cpu_ids+1)

static void *
pfm_proc_start(struct seq_file *m, loff_t *pos)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/salinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct salinfo_platform_oemdata_parms {
static void
salinfo_work_to_do(struct salinfo_data *data)
{
down_trylock(&data->mutex);
(void)(down_trylock(&data->mutex) ?: 0);
up(&data->mutex);
}

Expand Down

0 comments on commit cc182db

Please sign in to comment.