[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081116.223637.108010315.davem@davemloft.net>
Date: Sun, 16 Nov 2008 22:36:37 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: wangchen@...fujitsu.com
Cc: jgarzik@...ox.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next]netdevice: 82596: Convert netdev->priv to
netdev_priv
From: Wang Chen <wangchen@...fujitsu.com>
Date: Mon, 17 Nov 2008 14:04:13 +0800
> -#ifdef __mc68000__
> - cache_push(virt_to_phys((void *)(dev->mem_start)), 4096);
> - cache_clear(virt_to_phys((void *)(dev->mem_start)), 4096);
> - kernel_set_cachemode((void *)(dev->mem_start), 4096, IOMAP_NOCACHE_SER);
> -#endif
Do you have any idea what this code is doing that you are removing?
It's changing the cache mode of the memory behind ->mem_start because
this "lp" struct is directly accessed by the hardware, and without
these operations the CPU and the device won't see consistent
values in the structure.
Therefore your change breaks the driver.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists