What's new

MIPS encryption unsecure

Why you wrote this before a simple check?
Code:
cat asuswrt-merlin/release/src-rt/linux/linux-2.6/include/asm-mips/timex.h
…
typedef unsigned int cycles_t;

static inline cycles_t get_cycles (void)
{
        return read_c0_count();
}

The same in Tomato git tree.
 
Last edited:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top