grub/grub-core/bus
Vladimir 'phcoder' Serbinenko 87edb8940a Replace single-linked with double-linked lists. It results in more
compact and more efficient code.

	* grub-core/kern/list.c (grub_list_push): Moved from here ...
	* include/grub/list.h (grub_list_push): ... to here. Set prev.
	(grub_list_remove): Moved from here ...
	* include/grub/list.h (grub_list_remove): ... here. Use and set prev.
	(grub_prio_list_insert): Set prev.
	* include/grub/list.h (grub_list): Add prev. All users updated.
2012-01-24 13:31:12 +01:00
..
emu automake commit without merge history 2010-05-06 11:34:04 +05:30
usb Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
bonito.c * grub-core/bus/bonito.c (write_bases): Fix direction of the shift. 2011-01-22 14:26:18 +01:00
cs5536.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
pci.c Fix PCI iterating on functions >= 4. 2011-08-19 22:56:49 +02:00