mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 00:10:33 +00:00
changed rate of pseudo-clockk to avoid USB stalls
This commit is contained in:
parent
1e4f46c162
commit
81d1980198
@ -15,8 +15,9 @@
|
||||
grub_uint32_t
|
||||
grub_get_rtc (void)
|
||||
{
|
||||
static int calln = 0;
|
||||
return calln++;
|
||||
static grub_uint64_t calln = 0;
|
||||
|
||||
return (calln++) >> 8;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user