diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2014-12-20 16:40:49 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2014-12-20 16:40:49 +0000 |
| commit | 77b14d8df1aa55e8240c06ee5eebd035728e0c13 (patch) | |
| tree | f2319fe405b720d4bb5c7db99b0d5eea81ec0c2d /sys/dev | |
| parent | 83c25ce791f5232215233112ebb80216e5b0a961 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cpuctl/cpuctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 96ceb0daacb58..ec41a2e55f889 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -63,7 +63,7 @@ static d_ioctl_t cpuctl_ioctl; # define DPRINTF(...) #endif -#define UCODE_SIZE_MAX (16 * 1024) +#define UCODE_SIZE_MAX (32 * 1024) static int cpuctl_do_msr(int cpu, cpuctl_msr_args_t *data, u_long cmd, struct thread *td); |
