Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309591
b: refs/heads/master
c: 0245616
h: refs/heads/master
i:
  309589: e8d75c7
  309587: 514878d
  309583: 2f551a9
v: v3
  • Loading branch information
Hendrik Brueckner authored and Martin Schwidefsky committed May 23, 2012
1 parent 4800fb4 commit 648534c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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: a34157031536c7961106e9787b4548f21b6d7891
refs/heads/master: 02456169e03bcfcebd3115b2a54c1c4a6829c875
3 changes: 2 additions & 1 deletion trunk/arch/s390/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ enum interruption_class {
EXTINT_VRT,
EXTINT_SCP,
EXTINT_IUC,
EXTINT_CPM,
EXTINT_CMS,
EXTINT_CMC,
IOINT_CIO,
IOINT_QAI,
IOINT_DAS,
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/s390/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ static const struct irq_class intrclass_names[] = {
{.name = "VRT", .desc = "[EXT] Virtio" },
{.name = "SCP", .desc = "[EXT] Service Call" },
{.name = "IUC", .desc = "[EXT] IUCV" },
{.name = "CPM", .desc = "[EXT] CPU Measurement" },
{.name = "CMS", .desc = "[EXT] CPU-Measurement: Sampling" },
{.name = "CMC", .desc = "[EXT] CPU-Measurement: Counter" },
{.name = "CIO", .desc = "[I/O] Common I/O Layer Interrupt" },
{.name = "QAI", .desc = "[I/O] QDIO Adapter Interrupt" },
{.name = "DAS", .desc = "[I/O] DASD" },
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/perf_cpum_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static void cpumf_measurement_alert(struct ext_code ext_code,
if (!(alert & CPU_MF_INT_CF_MASK))
return;

kstat_cpu(smp_processor_id()).irqs[EXTINT_CPM]++;
kstat_cpu(smp_processor_id()).irqs[EXTINT_CMC]++;
cpuhw = &__get_cpu_var(cpu_hw_events);

/* Measurement alerts are shared and might happen when the PMU
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/oprofile/hwsampler.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static void hws_ext_handler(struct ext_code ext_code,
if (!(param32 & CPU_MF_INT_SF_MASK))
return;

kstat_cpu(smp_processor_id()).irqs[EXTINT_CPM]++;
kstat_cpu(smp_processor_id()).irqs[EXTINT_CMS]++;
atomic_xchg(&cb->ext_params, atomic_read(&cb->ext_params) | param32);

if (hws_wq)
Expand Down

0 comments on commit 648534c

Please sign in to comment.