We need to use "memset_io()" when accessing PCI
mapped memory. A regular "memset()" may be using cache control instructions etc, which is not appropriate for memory-mapped IO. This also fixes a warning.
Showing
Please register or sign in to comment