Skip to content

Commit

Permalink
Merge pull request #1 from kagurazakakotori/apic-ipi
Browse files Browse the repository at this point in the history
microbenchmark/apic-ipi: replace deprecated header
  • Loading branch information
pizhenwei authored Apr 7, 2021
2 parents e89bcbe + 6f2f08a commit 3023c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microbenchmark/apic-ipi/apic_ipi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <asm/ipi.h>
#include <asm/irq_vectors.h>
#include <asm/apic.h>
#include "../common/rdtsc.h"

Expand Down

0 comments on commit 3023c73

Please sign in to comment.