Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/x86/boot/compressed/early_tpm_extend.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static inline void tpm_write32(struct tpm_chip *chip, u32 field, u32 val)
writel(val, mmio_addr);
}

static unsigned long ticks_per_ms = (5UL * 1000 * 1000 /* cpu_khz */ / 1000);
static unsigned long ticks_per_ms = (5UL * 1000 * 1000 /* cpu_khz */);

static inline ktime_t tpm_now_ms(void)
{
Expand Down