Vladimir 'phcoder' Serbinenko
eece3349ea
Remove prio_list.
* include/grub/list.h (grub_prio_list): Removed.
(GRUB_PRIO_LIST_PRIO_MASK): Removed. All users switched to
GRUB_COMMAND_PRIO_MASK.
(GRUB_PRIO_LIST_FLAG_ACTIVE): Removed. All users switched to
GRUB_COMMAND_FLAG_ACTIVE.
(grub_prio_list_insert): Removed.
(grub_prio_list_remove): Likewise.
(GRUB_AS_PRIO_LIST): Likewise.
(GRUB_AS_PRIO_LIST_P): Likewise.
* include/grub/command.h (GRUB_COMMAND_PRIO_MASK): New define.
(GRUB_COMMAND_FLAG_ACTIVE): Likewise.
* grub-core/kern/list.c (grub_prio_list_insert): Remove.
* grub-core/kern/command.c (grub_register_command_prio): Inline
the prio_list code.
(grub_unregister_command): Likewise.
2012-02-26 22:49:24 +01:00
..
2012-02-10 16:48:48 +01:00
2012-02-26 17:28:05 +01:00
2010-05-06 11:34:04 +05:30
2012-02-26 22:10:13 +01:00
2012-02-26 17:28:05 +01:00
2012-02-04 14:00:23 +01:00
2012-02-26 17:28:05 +01:00
2012-02-26 17:28:05 +01:00
2012-02-26 17:28:05 +01:00
2012-02-26 17:28:05 +01:00
2012-02-12 03:52:17 +01:00
2012-02-24 11:18:06 +01:00
2012-02-08 19:26:01 +01:00
2012-02-22 05:12:18 +01:00
2012-02-26 17:28:05 +01:00
2012-02-26 17:28:05 +01:00
2011-11-11 20:34:37 +01:00
2012-02-05 10:24:53 +01:00
2012-02-08 19:26:01 +01:00
2012-02-08 19:26:01 +01:00
2012-02-26 22:49:24 +01:00
2011-12-13 15:13:51 +01:00
2012-02-12 15:25:25 +01:00
2012-02-03 14:20:31 +01:00
2011-11-11 20:34:37 +01:00
2012-02-08 20:19:44 +01:00
2012-02-12 15:25:25 +01:00
2011-12-13 15:13:51 +01:00
2012-02-18 19:59:01 +01:00
2010-05-06 11:34:04 +05:30
2011-07-05 23:46:15 +02:00