artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5f8ea
)
___linux__ -> __linux__
author
jsg
<jsg@openbsd.org>
Tue, 24 Sep 2024 02:25:20 +0000
(
02:25
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 24 Sep 2024 02:25:20 +0000
(
02:25
+0000)
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
b/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
index
a8565e3
..
d5f65de
100644
(file)
--- a/
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
+++ b/
sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c
@@
-259,7
+259,7
@@
__mmio_reg_add(struct temp_regset *regset, struct guc_mmio_reg *reg)
if (pos >= regset->storage_max) {
size_t size = ALIGN((pos + 1) * sizeof(*slot), PAGE_SIZE);
-#ifdef __
_
linux__
+#ifdef __linux__
struct guc_mmio_reg *r = krealloc(regset->storage,
size, GFP_KERNEL);
if (!r) {