mirror of https://github.com/xemu-project/xemu.git
nv2a: Bump up LRU bins
This commit is contained in:
parent
ceee8d67b9
commit
559f105a88
|
@ -29,7 +29,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "qemu/queue.h"
|
#include "qemu/queue.h"
|
||||||
|
|
||||||
#define LRU_NUM_BINS (1<<8)
|
#define LRU_NUM_BINS (1<<16)
|
||||||
|
|
||||||
typedef struct LruNode {
|
typedef struct LruNode {
|
||||||
QTAILQ_ENTRY(LruNode) next_global;
|
QTAILQ_ENTRY(LruNode) next_global;
|
||||||
|
|
Loading…
Reference in New Issue