Skip to content

Commit

Permalink
preempt warning
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <atish.patra@wdc.com>
  • Loading branch information
atishp04 committed Dec 19, 2020
1 parent b930352 commit 2f66d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/kernel/cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cache_get_priv_group(struct cacheinfo *this_leaf)

static struct cacheinfo *get_cacheinfo(u32 level, enum cache_type type)
{
struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(smp_processor_id());
struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(raw_smp_processor_id());
struct cacheinfo *this_leaf;
int index;

Expand Down

0 comments on commit 2f66d66

Please sign in to comment.