···4242 *
4343 */
44444545-#define FRAME_COUNT (8)
4545+/*!
4646+ * This controls how many frames are in the allocation array.
4747+ *
4848+ * @todo The allocation code is not good, this is a work around for index reuse
4949+ * causing asserts, change the code so we don't need it at all.
5050+ */
5151+#define FRAME_COUNT (128)
46524753enum u_pa_state
4854{