mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
lx_emul: remove sw_width/height from common_dummies
required by the new upcoming intel display driver. Make the step explicit, because it needs adjustment on the new usb driver as well. Issue #4450
This commit is contained in:
committed by
Christian Helmuth
parent
b6c1b7806b
commit
cda0fafbd1
@ -7,6 +7,22 @@
|
|||||||
#include <lx_emul.h>
|
#include <lx_emul.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include <linux/bitops.h>
|
||||||
|
|
||||||
|
unsigned int __sw_hweight32(unsigned int w)
|
||||||
|
{
|
||||||
|
lx_emul_trace_and_stop(__func__);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#include <linux/bitops.h>
|
||||||
|
|
||||||
|
unsigned long __sw_hweight64(__u64 w)
|
||||||
|
{
|
||||||
|
lx_emul_trace_and_stop(__func__);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/proc_fs.h>
|
#include <linux/proc_fs.h>
|
||||||
|
|
||||||
void * PDE_DATA(const struct inode * inode)
|
void * PDE_DATA(const struct inode * inode)
|
||||||
|
@ -22,20 +22,6 @@ char __end_rodata[] = {};
|
|||||||
|
|
||||||
int __preempt_count = 0;
|
int __preempt_count = 0;
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
|
|
||||||
unsigned int __sw_hweight32(__u32 w)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
|
||||||
|
|
||||||
unsigned long __sw_hweight64(__u64 w)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/prandom.h>
|
#include <linux/prandom.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user