Skip to content
Commit 116ee77b authored by Stuart Hayes's avatar Stuart Hayes Committed by Matthew Garrett
Browse files

dell-laptop: Use buffer with 32-bit physical address



Calls to communicate with system firmware via a SMI (using dcdbas)
need to use a buffer that has a physical address of 4GB or less.
Currently the dell-laptop driver does not guarantee this, and when the
buffer address is higher than 4GB, the address is truncated to 32 bits
and the SMI handler writes to the wrong memory address.

Signed-off-by: default avatarStuart Hayes <stuart_hayes@dell.com>
Acked-by: default avatarMatthew Garrett <mjg@redhat.com>
parent e5fefd0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment